_Store.IsInstantSearchEnabled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストアでインスタント検索が有効で操作できるかどうかを示す ブール値 (C#ではブール 値) を返します。 読み取り専用です。
public:
property bool IsInstantSearchEnabled { bool get(); };
public bool IsInstantSearchEnabled { get; }
Public ReadOnly Property IsInstantSearchEnabled As Boolean
プロパティ値
注釈
IsInstantSearchEnabled は、クエリで ci_startswith または ci_phrasematch 演算子を使用する必要があるかどうかを評価するために使用します。 Ci_startswith を使用する ci_phrasematch をクエリおよびクイック検索が有効になっていない場合、Outlook はエラーを返します。