VirtualSnapshotSpan.IsInVirtualSpace Property

Definition

Determines whether the start or end points are in virtual space.

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

Property Value

true if both the start or end points of the span are in virtual space, otherwise false.

Applies to