CKRecord.AllKeys 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.
Retrieves all of the keys in the record.
[Foundation.Export("allKeys")]
public virtual string[] AllKeys ();
abstract member AllKeys : unit -> string[]
override this.AllKeys : unit -> string[]
Returns
String[]
An array of strings, whose values are the keys in the record.
- Attributes