Freigeben über


IVsDataExplorerNode.IsPlaced-Eigenschaft

Ruft einen Wert ab, ob der aktuelle Knoten in die Server-Explorer-Struktur eingefügt wurde.

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

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn Knoten platziert wird; andernfalls false.

Hinweise

Ein Knoten erstellen und das Einfügen des neuen Knotens im Server-Explorer sind zwei verschiedene Methodenaufrufe von IVsDataViewHierarchy. Daher kann ein Knoten erstellt wurden jedoch noch nicht im Server-Explorer vorhanden.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataExplorerNode Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace