LanguagePreferences::VirtualSpace Property
Visual Studio 2015
Gets or sets whether or not the editor should assume spaces at the end of all lines.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] property bool VirtualSpace { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if each line is considered to have virtual spaces at the end, otherwise false.
This property is not used in the default managed package framework language service classes.
This property affects the preferences value fVirtualSpace.
Show: