View.ImportantForAccessibilityNoHideDescendants フィールド

定義

注意事項

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

ビューはアクセシビリティにとって重要ではなく、その子孫ビューでもありません。

[Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)]
public const Android.Views.ImportantForAccessibility ImportantForAccessibilityNoHideDescendants = 4;
[<Android.Runtime.Register("IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ImportantForAccessibility enum directly instead of this field.", true)>]
val mutable ImportantForAccessibilityNoHideDescendants : Android.Views.ImportantForAccessibility

フィールド値

Value = 4
属性

注釈

ビューはアクセシビリティにとって重要ではなく、その子孫ビューでもありません。

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

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

適用対象