Freigeben über


Span.IsEmpty-Eigenschaft

Bestimmt, ob diese Spanne leer ist.

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

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn die Länge der Spanne null ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Span Struktur

Microsoft.VisualStudio.Text-Namespace