CNContact.AreKeysAvailable 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
AreKeysAvailable(CNContactOptions) |
Whether the keys specified in |
AreKeysAvailable(NSArray) |
Whether the keys described in |
AreKeysAvailable<T>(T[]) |
Whether the keys described in |
AreKeysAvailable(CNContactOptions)
Whether the keys specified in options
are available.
public bool AreKeysAvailable (Contacts.CNContactOptions options);
member this.AreKeysAvailable : Contacts.CNContactOptions -> bool
Parameters
- options
- CNContactOptions
Returns
Applies to
AreKeysAvailable(NSArray)
Whether the keys described in keyDescriptors
are available.
[Foundation.Export("areKeysAvailable:")]
protected virtual bool AreKeysAvailable (Foundation.NSArray keyDescriptors);
abstract member AreKeysAvailable : Foundation.NSArray -> bool
override this.AreKeysAvailable : Foundation.NSArray -> bool
Parameters
- keyDescriptors
- NSArray
Returns
- Attributes
Applies to
AreKeysAvailable<T>(T[])
Whether the keys described in keyDescriptors
are available.
public bool AreKeysAvailable<T> (T[] keyDescriptors) where T : Foundation.INSObjectProtocol, Foundation.INSSecureCoding, Foundation.INSCopying;
member this.AreKeysAvailable : 'T[] -> bool (requires 'T :> Foundation.INSObjectProtocol and 'T :> Foundation.INSSecureCoding and 'T :> Foundation.INSCopying)
Type Parameters
- T
Parameters
- keyDescriptors
- T[]