IVsWindowSearch.SearchEnabled 属性

定义

确定是否应为窗口启用搜索。

public:
 property bool SearchEnabled { bool get(); };
public:
 property bool SearchEnabled { bool get(); };
public bool SearchEnabled { get; }
member this.SearchEnabled : bool
Public ReadOnly Property SearchEnabled As Boolean

属性值

Boolean

如果应启用搜索,则为 True; 否则为 false。

注解

有关示例,请参阅 将搜索添加到工具窗口

适用于