다음을 통해 공유


ContactStore.FindContactByIdAsync(String) 메서드

정의

연락처 저장소에서 지정된 ID를 가진 연락처를 검색합니다.

public:
 virtual IAsyncOperation<StoredContact ^> ^ FindContactByIdAsync(Platform::String ^ id) = FindContactByIdAsync;
IAsyncOperation<StoredContact> FindContactByIdAsync(winrt::hstring const& id);
public IAsyncOperation<StoredContact> FindContactByIdAsync(string id);
function findContactByIdAsync(id)
Public Function FindContactByIdAsync (id As String) As IAsyncOperation(Of StoredContact)

매개 변수

id
String

Platform::String

winrt::hstring

검색할 연락처의 ID입니다.

반환

이 메서드가 완료되면 StoredContact 개체를 반환합니다. 비동기 프로그래밍을 사용하는 경우 결과 형식은 StoredContact입니다.

Windows 요구 사항

앱 기능
ID_CAP_CONTACTS [Windows Phone]

적용 대상

추가 정보