IVsDataExplorerConnection.SelectedNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.