View.ImportantForAutofillYes フィールド

定義

注意事項

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

ビューはオートフィルにとって重要であり、その子 (存在する場合) が走査されます。

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

フィールド値

Value = 1
属性

注釈

ビューはオートフィルにとって重要であり、その子 (存在する場合) が走査されます。

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

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

適用対象