VirtualSnapshotSpan.IsInVirtualSpace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.