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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象