ContactPickerUI.ContainsContact(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查使用者是否已選取連絡人。
public:
virtual bool ContainsContact(Platform::String ^ id) = ContainsContact;
bool ContainsContact(winrt::hstring const& id);
public bool ContainsContact(string id);
function containsContact(id)
Public Function ContainsContact (id As String) As Boolean
參數
- id
-
String
Platform::String
winrt::hstring
連絡人的識別碼。
傳回
Boolean
bool
true
如果已選取連絡人,則為 ;否則為 false
。
Windows 需求
應用程式功能 |
contactsSystem
|
備註
注意
當您呼叫 ContainsContact 時,必須設定 Contact.Id 屬性。 如果未設定 Contact.Id ,您的應用程式將無法找到連絡人。