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

适用于