Partager via


BaseAdapter.SetAutofillOptions Méthode

Définition

Surcharges

SetAutofillOptions(ICharSequence[])

Définit la valeur retournée par #getAutofillOptions()

SetAutofillOptions(String[])

Définit la valeur retournée par #getAutofillOptions()

SetAutofillOptions(ICharSequence[])

Définit la valeur retournée par #getAutofillOptions()

[Android.Runtime.Register("setAutofillOptions", "([Ljava/lang/CharSequence;)V", "GetSetAutofillOptions_arrayLjava_lang_CharSequence_Handler", ApiSince=27)]
public virtual void SetAutofillOptions (params Java.Lang.ICharSequence[]? options);
[<Android.Runtime.Register("setAutofillOptions", "([Ljava/lang/CharSequence;)V", "GetSetAutofillOptions_arrayLjava_lang_CharSequence_Handler", ApiSince=27)>]
abstract member SetAutofillOptions : Java.Lang.ICharSequence[] -> unit
override this.SetAutofillOptions : Java.Lang.ICharSequence[] -> unit

Paramètres

options
ICharSequence[]
Attributs

Remarques

Documentation Java pour android.widget.BaseAdapter.setAutofillOptions(java.lang.CharSequence).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

SetAutofillOptions(String[])

Définit la valeur retournée par #getAutofillOptions()

public void SetAutofillOptions (params string[]? options);
member this.SetAutofillOptions : string[] -> unit

Paramètres

options
String[]

Remarques

Documentation Java pour android.widget.BaseAdapter.setAutofillOptions(java.lang.CharSequence).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à