IVsDataViewHierarchy.ExplorerConnection-Eigenschaft
Ruft die aktuelle Verbindung zum Server-Explorer ab.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property ExplorerConnection As IVsDataExplorerConnection
IVsDataExplorerConnection ExplorerConnection { get; }
property IVsDataExplorerConnection^ ExplorerConnection {
IVsDataExplorerConnection^ get ();
}
abstract ExplorerConnection : IVsDataExplorerConnection with get
function get ExplorerConnection () : IVsDataExplorerConnection
Eigenschaftswert
Typ: Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection
Ein IVsDataExplorerConnection-Objekt, das die aktuelle Verbindung zum Server-Explorer darstellt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IVsDataViewHierarchy Schnittstelle
Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace