Creates a browser for the entity references.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As NodeState
Dim context As ISystemContext
Dim view As ViewDescription
Dim referenceType As NodeId
Dim includeSubtypes As Boolean
Dim browseDirection As BrowseDirection
Dim browseName As QualifiedName
Dim additionalReferences As IEnumerable(Of IReference)
Dim internalOnly As Boolean
Dim value As INodeBrowser
value = instance.CreateBrowser(context, view, referenceType, includeSubtypes, browseDirection, browseName, additionalReferences, internalOnly)
|
Parameters
- context
- The context for the current operation.
- view
- The view to use.
- referenceType
- The reference type filter to use.
- includeSubtypes
- Whether to include sub-types.
- browseDirection
- The direction to browse.
- browseName
- The browse name of the targets to return.
- additionalReferences
- Any additional references that should be included in the list.
- internalOnly
- Only return references that are stored in memory.
Return Value
A thread safe object which enumerates the refernces for an entity.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also