언어

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에 전달된 값의 모든 값을 추가합니다.

에 대한 android.content.ContentValues.putAll(android.content.ContentValues)Java 설명서

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

적용 대상