共用方式為


AutofillValue.ForList(Int32) 方法

定義

建立新的 AutofillValue ,以自動填入 View 代表選取清單的 。

[Android.Runtime.Register("forList", "(I)Landroid/view/autofill/AutofillValue;", "", ApiSince=26)]
public static Android.Views.Autofill.AutofillValue? ForList (int value);
[<Android.Runtime.Register("forList", "(I)Landroid/view/autofill/AutofillValue;", "", ApiSince=26)>]
static member ForList : int -> Android.Views.Autofill.AutofillValue

參數

value
Int32

傳回

屬性

備註

建立新的 AutofillValue ,以自動填入 View 代表選取清單的 。

如需詳細資訊,請參閱 View#AUTOFILL_TYPE_LIST

android.view.autofill.AutofillValue.forList(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於