다음을 통해 공유


ContactPickerUI.RemoveContact(String) 메서드

정의

연락처를 제거합니다.

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

제거할 연락처의 ID입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

참고

RemoveContact를 호출할 때 Contact.Id 속성을 설정해야 합니다. Contact.Id 설정되지 않으면 앱에서 연락처를 제거할 수 없습니다.

적용 대상

추가 정보