Compartilhar via


ContentProviderOperation.Builder.WithSelection(String, String[]) Método

Definição

A seleção e os argumentos a serem usados.

[Android.Runtime.Register("withSelection", "(Ljava/lang/String;[Ljava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelection_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public virtual Android.Content.ContentProviderOperation.Builder WithSelection (string? selection, string[]? selectionArgs);
[<Android.Runtime.Register("withSelection", "(Ljava/lang/String;[Ljava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithSelection_Ljava_lang_String_arrayLjava_lang_String_Handler")>]
abstract member WithSelection : string * string[] -> Android.Content.ContentProviderOperation.Builder
override this.WithSelection : string * string[] -> Android.Content.ContentProviderOperation.Builder

Parâmetros

selection
String
selectionArgs
String[]

Retornos

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a