LanguagePreferences::CutCopyBlankLines Property
Visual Studio 2015
Gets or sets whether to include spaces on blank lines when cutting and copying.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] property bool CutCopyBlankLines { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if blanks are to be preserved while cutting and copying, otherwise false, i.e., all spaces on a blank line are lost when cutting or copying.
This property affects the preferences value fCutCopyBlanks.
Show: