AssistStructure.ViewNode.AutofillType プロパティ

定義

ビューの内容を自動入力するために使用できる値の型を取得します。

public virtual Android.Views.AutofillType AutofillType { [Android.Runtime.Register("getAutofillType", "()I", "GetGetAutofillTypeHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAutofillType", "()I", "GetGetAutofillTypeHandler", ApiSince=26)>]
member this.AutofillType : Android.Views.AutofillType

プロパティ値

によって定義された View#getAutofillType()オートフィル型、または View#AUTOFILL_TYPE_NONE 構造体が支援目的で作成された場合は 。

属性

注釈

ビューの内容を自動入力するために使用できる値の型を取得します。

これは、 が自動入力のために使用される場合 AssistStructure にのみ関連します。

android.app.assist.AssistStructure.ViewNode.getAutofillType()Java ドキュメント。

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

適用対象