LanguagePreferences.CutCopyBlankLines 属性

定义

获取或设置在剪切和复制时是否在空行上包括空格。

public:
 property bool CutCopyBlankLines { bool get(); void set(bool value); };
public:
 property bool CutCopyBlankLines { bool get(); void set(bool value); };
public bool CutCopyBlankLines { get; set; }
member this.CutCopyBlankLines : bool with get, set
Public Property CutCopyBlankLines As Boolean

属性值

Boolean

true 如果在剪切和复制时保留空白,则为; 否则为,在 false 剪切或复制时,空行上的所有空格都将丢失。

注解

此属性会影响首选项值 fCutCopyBlanks

适用于