ReferenceContainerNode.EnumReferences Method

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

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

Microsoft.VisualStudio.Package Namespace