ContactQueryTextSearch.SearchScope プロパティ

定義

ローカル検索またはサーバー検索を指定する値を取得または設定します。

public:
 property ContactQuerySearchScope SearchScope { ContactQuerySearchScope get(); void set(ContactQuerySearchScope value); };
ContactQuerySearchScope SearchScope();

void SearchScope(ContactQuerySearchScope value);
public ContactQuerySearchScope SearchScope { get; set; }
var contactQuerySearchScope = contactQueryTextSearch.searchScope;
contactQueryTextSearch.searchScope = contactQuerySearchScope;
Public Property SearchScope As ContactQuerySearchScope

プロパティ値

ローカル検索またはサーバー検索のいずれかを指定する 値。

Windows の要件

アプリの機能
contactsSystem

適用対象