VirtualSnapshotSpan::IsInVirtualSpace Property

 

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

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

public:
property bool IsInVirtualSpace {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: