ContactAnnotationStore.DisableAnnotationAsync(ContactAnnotation) メソッド

定義

指定した ContactAnnotation を非同期的に無効にします。通常は、ユーザー入力の結果として無効になります。

public:
 virtual IAsyncAction ^ DisableAnnotationAsync(ContactAnnotation ^ annotation) = DisableAnnotationAsync;
IAsyncAction DisableAnnotationAsync(ContactAnnotation const& annotation);
public IAsyncAction DisableAnnotationAsync(ContactAnnotation annotation);
function disableAnnotationAsync(annotation)
Public Function DisableAnnotationAsync (annotation As ContactAnnotation) As IAsyncAction

パラメーター

annotation
ContactAnnotation

無効にする注釈。

戻り値

操作が完了したことを示す非同期アクション。

Windows の要件

アプリの機能
contactsSystem

適用対象