Freigeben über


IVsDataExplorerNode.IsVisible-Eigenschaft

Ruft einen Wert ab, der angibt, ob der aktuelle Knoten im Fenster "Server-Explorer" sichtbar ist.

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

Syntax

'Declaration
ReadOnly Property IsVisible As Boolean
bool IsVisible { get; }
property bool IsVisible {
    bool get ();
}
abstract IsVisible : bool with get
function get IsVisible () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn der aktuelle Knoten angezeigt wird; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNode Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace