View.ImportantForAutofillNoExcludeDescendants 欄位

定義

警告

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_NO_EXCLUDE_DESCENDANTS", 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 ImportantForAutofillNoExcludeDescendants = 8;
[<Android.Runtime.Register("IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS", 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 ImportantForAutofillNoExcludeDescendants : Android.Views.ImportantForAutofill

欄位值

Value = 8
屬性

備註

檢視對自動填入而言並不重要,如果不會周遊任何) ,則其子系 (。

android.view.View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS JAVA 檔。

此頁面的部分是根據 原始碼專案所建立和共用的工作進行修改,並根據中所述的詞彙使用。

適用於