'Declaration
Public Function FindReferencesToTarget( _ ByVal targetId As ExpandedNodeId _ ) As IList(Of IReference)
'Usage
Dim instance As ReferenceCollection Dim targetId As ExpandedNodeId Dim value As IList(Of IReference) value = instance.FindReferencesToTarget(targetId)
public IList<IReference> FindReferencesToTarget( ExpandedNodeId targetId )
public: IList<IReference^>^ FindReferencesToTarget( ExpandedNodeId^ targetId )
Parameters
- targetId
- The target identifier.
Return Value
A list of references to the specified target.