Freigeben über


IAdornmentLayer.IsEmpty-Eigenschaft

Bestimmt, ob diese Ebene leer ist, d. h, ob sie keine Zusatzelemente enthält.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn die Schicht leer ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IAdornmentLayer Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace