ContentQueryMap.GetValues(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
存取由 rowName 指定的列的 ContentValues
[Android.Runtime.Register("getValues", "(Ljava/lang/String;)Landroid/content/ContentValues;", "GetGetValues_Ljava_lang_String_Handler")]
public virtual Android.Content.ContentValues? GetValues(string? rowName);
[<Android.Runtime.Register("getValues", "(Ljava/lang/String;)Landroid/content/ContentValues;", "GetGetValues_Ljava_lang_String_Handler")>]
abstract member GetValues : string -> Android.Content.ContentValues
override this.GetValues : string -> Android.Content.ContentValues
參數
- rowName
- String
讀哪一列
傳回
該列的 ContentValues,或若游標中不存在該列則為 null
- 屬性
備註
存取由 rowName 指定的列的 ContentValues
Java 文件 android.content.ContentQueryMap.getValues(java.lang.String)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。