ContentProviderOperation.Builder.WithSelectionBackReference メソッド

定義

オーバーロード

名前 説明
WithSelectionBackReference(Int32, Int32)

バック参照を選択引数として追加します。

WithSelectionBackReference(Int32, Int32, String)

前の操作の結果を使用して、指定された選択引数を動的に上書きするように構成します。 このメソッドは、このインデックスで以前に定義された選択引数を置き換えます。

WithSelectionBackReference(Int32, Int32)

バック参照を選択引数として追加します。

[Android.Runtime.Register("withSelectionBackReference", "(II)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IIHandler")]
public virtual Android.Content.ContentProviderOperation.Builder WithSelectionBackReference(int index, int fromIndex);
[<Android.Runtime.Register("withSelectionBackReference", "(II)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IIHandler")>]
abstract member WithSelectionBackReference : int * int -> Android.Content.ContentProviderOperation.Builder
override this.WithSelectionBackReference : int * int -> Android.Content.ContentProviderOperation.Builder

パラメーター

index
Int32

構成する選択引数を示すインデックス

fromIndex
Int32

選択引数を上書きする必要がある履歴 ContentProviderResult を示すインデックス

返品

この値を null にすることはできません。

属性

注釈

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

Javaドキュメント。

適用対象

WithSelectionBackReference(Int32, Int32, String)

前の操作の結果を使用して、指定された選択引数を動的に上書きするように構成します。 このメソッドは、このインデックスで以前に定義された選択引数を置き換えます。

[Android.Runtime.Register("withSelectionBackReference", "(IILjava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IILjava_lang_String_Handler", ApiSince=30)]
public virtual Android.Content.ContentProviderOperation.Builder WithSelectionBackReference(int index, int fromIndex, string fromKey);
[<Android.Runtime.Register("withSelectionBackReference", "(IILjava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelectionBackReference_IILjava_lang_String_Handler", ApiSince=30)>]
abstract member WithSelectionBackReference : int * int * string -> Android.Content.ContentProviderOperation.Builder
override this.WithSelectionBackReference : int * int * string -> Android.Content.ContentProviderOperation.Builder

パラメーター

index
Int32

構成する選択引数を示すインデックス

fromIndex
Int32

選択引数を上書きする必要がある履歴 ContentProviderResult を示すインデックス

fromKey
String

選択引数を上書きする ContentProviderResult.extras 値を示すキー。 この値を null にすることはできません。

返品

この値を null にすることはできません。

属性

注釈

前の操作の結果を使用して、指定された選択引数を動的に上書きするように構成します。 このメソッドは、このインデックスで以前に定義された選択引数を置き換えます。

Javaドキュメント。

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

適用対象