IntellisenseFilter.IsEnabled 属性

定义

是否启用了筛选器?

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

属性值

Boolean

实现

注解

已禁用的筛选器将显示,但灰显。

Intellisense 将永远不会调用 setter,但 CompletionSet2 所有者可能会并且 Intellisense 弹出窗口将与更改相关。

适用于