共用方式為


ContentValues.KeySet 方法

定義

傳回一組所有索引鍵

[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "")]
public System.Collections.Generic.ICollection<string>? KeySet ();
[<Android.Runtime.Register("keySet", "()Ljava/util/Set;", "")>]
member this.KeySet : unit -> System.Collections.Generic.ICollection<string>

傳回

一組所有索引鍵

屬性

備註

傳回一組所有索引鍵

android.content.ContentValues.keySet()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於