Visual Basic (Declaration) | |
---|---|
Public Overrides Function CreateBrowser( _ ByVal context As ISystemContext, _ ByVal view As ViewDescription, _ ByVal referenceType As NodeId, _ ByVal includeSubtypes As Boolean, _ ByVal browseDirection As BrowseDirection, _ ByVal browseName As QualifiedName, _ ByVal additionalReferences As IEnumerable(Of IReference), _ ByVal internalOnly As Boolean _ ) As INodeBrowser |
C# | |
---|---|
public override INodeBrowser CreateBrowser( ISystemContext context, ViewDescription view, NodeId referenceType, bool includeSubtypes, BrowseDirection browseDirection, QualifiedName browseName, IEnumerable<IReference> additionalReferences, bool internalOnly ) |
Parameters
- context
- The system context to use.
- view
- The view which may restrict the set of references/nodes found.
- referenceType
- The type of references being followed.
- includeSubtypes
- Whether subtypes of the reference type are followed.
- browseDirection
- Which way the references are being followed.
- browseName
- The browse name of a specific target (used when translating browse paths).
- additionalReferences
- Any additional references that should be included.
- internalOnly
- If true the browser should not making blocking calls to external systems.
Return Value
The browse object (must be disposed).Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family