共用方式為


CKContainer.DiscoverAllContactUserInfos 方法

定義

開發人員不應該使用此已被取代的方法。

[Foundation.Export("discoverAllContactUserInfosWithCompletionHandler:")]
[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 void DiscoverAllContactUserInfos (Action<CloudKit.CKDiscoveredUserInfo[],Foundation.NSError> completionHandler);
abstract member DiscoverAllContactUserInfos : Action<CloudKit.CKDiscoveredUserInfo[], Foundation.NSError> -> unit
override this.DiscoverAllContactUserInfos : Action<CloudKit.CKDiscoveredUserInfo[], Foundation.NSError> -> unit

參數

completionHandler
Action<CKDiscoveredUserInfo[],NSError>
屬性

適用於