다음을 통해 공유


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).

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상