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)

Syntax

'Declaration
Public ReadOnly Property IsInVirtualSpace As Boolean
public bool IsInVirtualSpace { get; }
public:
property bool IsInVirtualSpace {
    bool get ();
}
member IsInVirtualSpace : bool
function get IsInVirtualSpace () : boolean

Property Value

Type: System.Boolean
true if the snapshot point has virtual spaces, otherwise false.

.NET Framework Security

See Also

Reference

VirtualSnapshotPoint Structure

Microsoft.VisualStudio.Text Namespace