LanguagePreferences::CutCopyBlankLines Property

 

Gets or sets whether to include spaces on blank lines when cutting and copying.

Namespace:   Microsoft.VisualStudio.Package
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::Boolean

true 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.

Return to top
Show: