Freigeben über


IVsDataExplorerConnection.SelectedNodes-Eigenschaft

Ruft die aktuell ausgewählten Knoten im Server-Explorer für eine einzelne Server-Explorer-Verbindung ab.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property SelectedNodes As IVsDataExplorerNodeSelection
IVsDataExplorerNodeSelection SelectedNodes { get; }
property IVsDataExplorerNodeSelection^ SelectedNodes {
    IVsDataExplorerNodeSelection^ get ();
}
abstract SelectedNodes : IVsDataExplorerNodeSelection with get
function get SelectedNodes () : IVsDataExplorerNodeSelection

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNodeSelection
Ein IVsDataExplorerNodeSelection-Objekt, das die aktuell ausgewählten Knoten im Server-Explorer darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerConnection Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace