次の方法で共有


CKContainer.GetAccountStatusAsync メソッド

定義

現在のユーザーの を取得します CKAccountStatus

public virtual System.Threading.Tasks.Task<CloudKit.CKAccountStatus> GetAccountStatusAsync ();
abstract member GetAccountStatusAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKAccountStatus>
override this.GetAccountStatusAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKAccountStatus>

戻り値

非同期の GetAccountStatus 操作を表すタスク。 TResult パラメーターの値は、System.Action<CloudKit.CKAccountStatus,Foundation.NSError 型です>。

適用対象