ContentQueryMap.GetValues(String) 方法

定義

存取由 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 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於