다음을 통해 공유


ContactAnnotationList.GetAnnotationAsync(String) 메서드

정의

지정된 ID를 사용하여 ContactAnnotation을 가져옵니다.

public:
 virtual IAsyncOperation<ContactAnnotation ^> ^ GetAnnotationAsync(Platform::String ^ annotationId) = GetAnnotationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactAnnotation> GetAnnotationAsync(winrt::hstring const& annotationId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactAnnotation> GetAnnotationAsync(string annotationId);
function getAnnotationAsync(annotationId)
Public Function GetAnnotationAsync (annotationId As String) As IAsyncOperation(Of ContactAnnotation)

매개 변수

annotationId
String

Platform::String

winrt::hstring

ContactAnnotation을 식별하는 데 사용되는 ContactAnnotation.Id.

반환

지정된 ID를 가진 ContactAnnotation 입니다.

특성

Windows 요구 사항

앱 기능
contactsSystem

적용 대상