INodeContainer.Selection Property

Definition

Gets the currently selected nodes in the tree view. Can be empty or contain one or more nodes.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ Selection { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::VSIntegration::UI::WorkspaceVisualNodeBase ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase> Selection { get; }
member this.Selection : seq<Microsoft.VisualStudio.Workspace.VSIntegration.UI.WorkspaceVisualNodeBase>
Public ReadOnly Property Selection As IEnumerable(Of WorkspaceVisualNodeBase)

Property Value

Applies to