Partager via


CNContactStore.GetUnifiedMeContact Méthode

Définition

Surcharges

GetUnifiedMeContact(NSArray, NSError)
GetUnifiedMeContact<T>(T[], NSError)

GetUnifiedMeContact(NSArray, NSError)

[Foundation.Export("unifiedMeContactWithKeysToFetch:error:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
protected virtual Foundation.NSObject GetUnifiedMeContact (Foundation.NSArray keys, out Foundation.NSError error);
abstract member GetUnifiedMeContact : Foundation.NSArray *  -> Foundation.NSObject
override this.GetUnifiedMeContact : Foundation.NSArray *  -> Foundation.NSObject

Paramètres

keys
NSArray
error
NSError

Retours

Attributs

S’applique à

GetUnifiedMeContact<T>(T[], NSError)

public Foundation.NSObject GetUnifiedMeContact<T> (T[] keys, out Foundation.NSError error) where T : Foundation.INSObjectProtocol, Foundation.INSSecureCoding, Foundation.INSCopying;
member this.GetUnifiedMeContact : 'T[] *  -> Foundation.NSObject (requires 'T :> Foundation.INSObjectProtocol and 'T :> Foundation.INSSecureCoding and 'T :> Foundation.INSCopying)

Paramètres de type

T

Paramètres

keys
T[]
error
NSError

Retours

S’applique à