LanguagePreferences.InsertTabs 属性

定义

获取或设置在设置文本部分的格式时,是否插入制表符而不是空格。

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

属性值

Boolean

true 如果应插入制表符,则为; 否则为 false 应插入空格。

注解

默认的托管包框架语言服务类中不使用此属性。

在类的方法实现中使用此属性 ReformatSpan Source

此属性会影响首选项值 fInsertTabs

适用于