次の方法で共有


IVsWindowSearch.SearchEnabled プロパティ

 

公開日: 2016年10月

ウィンドウの検索を有効にするかどうかを決定します。

名前空間:   Microsoft.VisualStudio.Shell.Interop
アセンブリ:  Microsoft.VisualStudio.Shell.Interop.11.0 (Microsoft.VisualStudio.Shell.Interop.11.0.dll 内)

構文

[DispIdAttribute(1610678272)]
bool SearchEnabled { get; }
[DispIdAttribute(1610678272)]
property bool SearchEnabled {
    bool get();
}
[<DispIdAttribute(1610678272)>]
abstract SearchEnabled : bool with get
<DispIdAttribute(1610678272)>
ReadOnly Property SearchEnabled As Boolean

プロパティ値

Type: System.Boolean

True の場合、検索が有効になっている、それ以外の場合は false にする必要があります。

備考

例については、次を参照してください。 ツール ウィンドウに追加する検索します。

関連項目

IVsWindowSearch インターフェイス
Microsoft.VisualStudio.Shell.Interop 名前空間

トップに戻る