CNContactStore.GetUnifiedMeContact Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- keys
- NSArray
- error
- NSError
Returns
- Attributes
Applies to
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)
Type Parameters
- T
Parameters
- keys
- T[]
- error
- NSError