CNContactStore.GetUnifiedMeContact Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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