IVsDataExplorerConnection.SelectedNodes Property

Definition

Gets the currently selected nodes in Server Explorer for a single Server Explorer connection.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataExplorerNodeSelection ^ SelectedNodes { Microsoft::VisualStudio::Data::Services::IVsDataExplorerNodeSelection ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNodeSelection SelectedNodes { get; }
member this.SelectedNodes : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNodeSelection
Public ReadOnly Property SelectedNodes As IVsDataExplorerNodeSelection

Property Value

An IVsDataExplorerNodeSelection object representing the currently selected nodes in Server Explorer.

Applies to