Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of virtual spaces.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public ReadOnly Property VirtualSpaces As Integer
public int VirtualSpaces { get; }
public:
property int VirtualSpaces {
int get ();
}
member VirtualSpaces : int with get
function get VirtualSpaces () : int
Property Value
Type: Int32
The number of virtual spaces.
.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.