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
- 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.