CKRecord.AllKeys 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取記錄中的所有索引鍵。
[Foundation.Export("allKeys")]
public virtual string[] AllKeys ();
abstract member AllKeys : unit -> string[]
override this.AllKeys : unit -> string[]
傳回
String[]
字串陣列,其值為記錄中的索引鍵。
- 屬性