Freigeben über


VirtualSnapshotPoint.IsInVirtualSpace-Eigenschaft

Bestimmt, ob der Momentaufnahmepunkt virtuelle Leerzeichen enthält.

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 with get
function get IsInVirtualSpace () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn der Momentaufnahmepunkt virtuelle Leerzeichen aufweist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VirtualSnapshotPoint Struktur

Microsoft.VisualStudio.Text-Namespace