ContactPickerUI.RemoveContact(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除連絡人。
public:
virtual void RemoveContact(Platform::String ^ id) = RemoveContact;
void RemoveContact(winrt::hstring const& id);
public void RemoveContact(string id);
function removeContact(id)
Public Sub RemoveContact (id As String)
參數
- id
-
String
Platform::String
winrt::hstring
要移除之連絡人的識別碼。
Windows 需求
應用程式功能 |
contactsSystem
|
備註
注意
當您呼叫 RemoveContact 時,必須設定 Contact.Id 屬性。 如果未 設定 Contact.Id ,您的應用程式將無法移除連絡人。