ContactManagerForUser.RequestAnnotationStoreAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式從系統傳回 ContactAnnotationStore 。
public:
virtual IAsyncOperation<ContactAnnotationStore ^> ^ RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType) = RequestAnnotationStoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType);
function requestAnnotationStoreAsync(accessType)
Public Function RequestAnnotationStoreAsync (accessType As ContactAnnotationStoreAccessType) As IAsyncOperation(Of ContactAnnotationStore)
參數
- accessType
- ContactAnnotationStoreAccessType
指定存取類型,例如所有注釋的 AllAnnotationsReadWrite ,或呼叫應用程式的注釋的 AppAnnotationsReadWrite 。
傳回
- 屬性
Windows 需求
應用程式功能 |
contactsSystem
|