次の方法で共有


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

適用対象