Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeState Dim context As ISystemContext Dim references As IList(Of IReference) instance.GetReferences(context, references) |
C# | |
---|---|
public virtual void GetReferences( ISystemContext context, IList<IReference> references ) |
Parameters
- context
- The context for the system being accessed.
- references
- The list of references to populate.
This method only returns references that are not implied by the parent-child
relation or references which are intrinsic to the NodeState classes (e.g. HasTypeDefinition)
This method also only returns the reference that are in memory and does not attempt to
access an underlying system. The PopulateBrowser method is used to discover those references.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x