次の方法で共有


View.AutofillTypeList フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.

選択リスト フィールドのオートフィルの種類。リスト内の要素インデックスを表す (開始位置0) でint入力されます。

[Android.Runtime.Register("AUTOFILL_TYPE_LIST", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)]
public const Android.Views.AutofillType AutofillTypeList = 3;
[<Android.Runtime.Register("AUTOFILL_TYPE_LIST", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)>]
val mutable AutofillTypeList : Android.Views.AutofillType

フィールド値

Value = 3
属性

注釈

選択リスト フィールドのオートフィルの種類。リスト内の要素インデックスを表す (開始位置0) でint入力されます。

AutofillValue オートフィル a View のインスタンスを取得 AutofillValue#forList(int)できます。オートフィル a View に渡される値は、〘〘〗を介して AutofillValue#getListValue()フェッチできます。

選択リストで使用できるオプションは、通常、次によって android.app.assist.AssistStructure.ViewNode#getAutofillOptions()提供されます。

の Java ドキュメントandroid.view.View.AUTOFILL_TYPE_LIST

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象