Поделиться через


ContentProviderClient.ApplyBatch Метод

Определение

Перегрузки

ApplyBatch(IList<ContentProviderOperation>)

См. раздел ContentProvider#applyBatch ContentProvider.applyBatch.

ApplyBatch(String, IList<ContentProviderOperation>)

См. раздел ContentProvider#applyBatch ContentProvider.applyBatch.

ApplyBatch(IList<ContentProviderOperation>)

См. раздел ContentProvider#applyBatch ContentProvider.applyBatch.

[Android.Runtime.Register("applyBatch", "(Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_util_ArrayList_Handler")]
public virtual Android.Content.ContentProviderResult[] ApplyBatch (System.Collections.Generic.IList<Android.Content.ContentProviderOperation> operations);
[<Android.Runtime.Register("applyBatch", "(Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_util_ArrayList_Handler")>]
abstract member ApplyBatch : System.Collections.Generic.IList<Android.Content.ContentProviderOperation> -> Android.Content.ContentProviderResult[]
override this.ApplyBatch : System.Collections.Generic.IList<Android.Content.ContentProviderOperation> -> Android.Content.ContentProviderResult[]

Параметры

Возвращаемое значение

Атрибуты

Комментарии

См. раздел ContentProvider#applyBatch ContentProvider.applyBatch.

Документация по Java для android.content.ContentProviderClient.applyBatch(java.util.ArrayList<android.content.ContentProviderOperation>).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

ApplyBatch(String, IList<ContentProviderOperation>)

См. ContentProvider#applyBatch ContentProvider.applyBatch

[Android.Runtime.Register("applyBatch", "(Ljava/lang/String;Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_lang_String_Ljava_util_ArrayList_Handler", ApiSince=29)]
public virtual Android.Content.ContentProviderResult[] ApplyBatch (string authority, System.Collections.Generic.IList<Android.Content.ContentProviderOperation> operations);
[<Android.Runtime.Register("applyBatch", "(Ljava/lang/String;Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_lang_String_Ljava_util_ArrayList_Handler", ApiSince=29)>]
abstract member ApplyBatch : string * System.Collections.Generic.IList<Android.Content.ContentProviderOperation> -> Android.Content.ContentProviderResult[]
override this.ApplyBatch : string * System.Collections.Generic.IList<Android.Content.ContentProviderOperation> -> Android.Content.ContentProviderResult[]

Параметры

authority
String

Возвращаемое значение

Атрибуты

Комментарии

См. раздел ContentProvider#applyBatch ContentProvider.applyBatch.

Документация по Java для android.content.ContentProviderClient.applyBatch(java.lang.String, java.util.ArrayList<android.content.ContentProviderOperation>).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к