ProjectNode.GetSelectedNodes Method

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

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace