Share via


ContentValues.PutAll(ContentValues) メソッド

定義

ContentValues で渡された からすべての値を追加します。

[Android.Runtime.Register("putAll", "(Landroid/content/ContentValues;)V", "")]
public void PutAll (Android.Content.ContentValues? other);
[<Android.Runtime.Register("putAll", "(Landroid/content/ContentValues;)V", "")>]
member this.PutAll : Android.Content.ContentValues -> unit

パラメーター

other
ContentValues

コピー元の ContentValues

属性

注釈

ContentValues で渡された からすべての値を追加します。

の Java ドキュメント android.content.ContentValues.putAll(android.content.ContentValues)

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

適用対象