Constructs a list of all the reference nodes contained in this node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function EnumReferences As IList(Of ReferenceNode)
'使用
Dim instance As ReferenceContainerNode
Dim returnValue As IList(Of ReferenceNode)
returnValue = instance.EnumReferences()
public IList<ReferenceNode> EnumReferences()
public:
virtual IList<ReferenceNode^>^ EnumReferences() sealed
public final function EnumReferences() : IList<ReferenceNode>
Return Value
Type: System.Collections.Generic.IList<ReferenceNode>
A list of type ReferenceNode of all the contained reference nodes.
Implements
IReferenceContainer.EnumReferences()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.