次の方法で共有


CKContainer.DiscoverAllContactUserInfosAsync メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DiscoverAllIdentities' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, "Use 'DiscoverAllIdentities' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo[]> DiscoverAllContactUserInfosAsync ();
abstract member DiscoverAllContactUserInfosAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo[]>
override this.DiscoverAllContactUserInfosAsync : unit -> System.Threading.Tasks.Task<CloudKit.CKDiscoveredUserInfo[]>

戻り値

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

属性

適用対象