다음을 통해 공유


Contact.Id 속성

정의

연락처의 식별자를 가져오거나 설정합니다. 식별자의 최대 문자열 길이는 256자입니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = contact.id;
contact.id = string;
Public Property Id As String

속성 값

String

Platform::String

winrt::hstring

연락처의 식별자입니다. 식별자의 최대 문자열 길이는 256자입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

참고

IdAddContact, ContainsContact 또는 RemoveContact를 호출할 때 속성을 설정해야 합니다. AddContact를 호출할 때 이 설정되지 않으면 Id 앱이 실패합니다. ContainsContact 또는 RemoveContact를 호출할 때 이 설정되지 않은 경우 Id 앱에서 연락처를 찾거나 제거할 수 없습니다.

적용 대상