| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As IReferenceDictionary(Of T) Dim targetId As ExpandedNodeId Dim value As IList(Of IReference) value = instance.FindReferencesToTarget(targetId) | |
| C# | |
|---|---|
| public IList<IReference> FindReferencesToTarget( ExpandedNodeId targetId ) | |
Parameters
- targetId
- The target identifier.
Return Value
A list of references to the specified target.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    