ContactManager.RequestAnnotationStoreAsync メソッド

定義

ContactAnnotationStore へのアクセスを非同期に要求します。

public:
 static IAsyncOperation<ContactAnnotationStore ^> ^ RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType);
function requestAnnotationStoreAsync(accessType)
Public Shared Function RequestAnnotationStoreAsync (accessType As ContactAnnotationStoreAccessType) As IAsyncOperation(Of ContactAnnotationStore)

パラメーター

accessType
ContactAnnotationStoreAccessType

アクセス要求、アプリ連絡先の注釈、またはすべての注釈の種類を指定します。

戻り値

要求された ContactAnnotationStore

属性

Windows の要件

アプリの機能
contactsSystem

適用対象