VirtualSnapshotPoint::IsInVirtualSpace Property

 

Determines whether the snapshot point has virtual spaces.

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 the snapshot point has virtual spaces, otherwise false.

Return to top
Show: