Gets a list of the nodes that have been selected.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable Function GetSelectedNodes As IList(Of HierarchyNode)
'使用
Dim returnValue As IList(Of HierarchyNode)
returnValue = Me.GetSelectedNodes()
protected internal virtual IList<HierarchyNode> GetSelectedNodes()
protected public:
virtual IList<HierarchyNode^>^ GetSelectedNodes()
protected internal function GetSelectedNodes() : IList<HierarchyNode>
Return Value
Type: System.Collections.Generic.IList<HierarchyNode>
A list of type HierarchyNode of the selected nodes.
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.