IReferenceContainer.EnumReferences Method

Enumerates the references in the container.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Function EnumReferences As IList(Of ReferenceNode)
'使用
Dim instance As IReferenceContainer
Dim returnValue As IList(Of ReferenceNode)

returnValue = instance.EnumReferences()
IList<ReferenceNode> EnumReferences()
IList<ReferenceNode^>^ EnumReferences()
function EnumReferences() : IList<ReferenceNode>

Return Value

Type: System.Collections.Generic.IList<ReferenceNode>

An IList of type ReferenceNode of the references in the container.

Permissions

See Also

Reference

IReferenceContainer Interface

IReferenceContainer Members

Microsoft.VisualStudio.Package Namespace