Freigeben über


IVsDataExplorerNode.IsDiscarded-Eigenschaft

Ruft einen Wert ab, ob der aktuelle Knoten verworfen wird.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNode Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace