VirtualSnapshotSpan.IsEmpty Eigenschaft

Definition

Bestimmt, ob der Anfangs- und der Endpunkt die gleiche Position haben.

public:
 property bool IsEmpty { bool get(); };
public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Eigenschaftswert

Boolean

true, wenn die Spanne leer ist, andernfalls false.

Hinweise

Da der Start und das Ende sich beide im virtuellen Bereich befinden können, kann die nicht virtuelle Spanne, der diese entspricht, nicht leer sein, wenn diese Eigenschaft truezurückgibt.

Gilt für