Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
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
Property Value
Type: System.Boolean
true if both the start or end points of the span are in virtual space, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.