AccessibilityNodeInfo.FlagPrefetchDescendantsBreadthFirst フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.
要求されたノード幅優先の子孫をプリフェッチするプリフェッチ戦略。
[Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.", true)]
public const Android.Views.Accessibility.PrefetchType FlagPrefetchDescendantsBreadthFirst = 16;
[<Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.PrefetchType enum directly instead of this field.", true)>]
val mutable FlagPrefetchDescendantsBreadthFirst : Android.Views.Accessibility.PrefetchType
フィールド値
Value = 16実装
- 属性
注釈
要求されたノード幅優先の子孫をプリフェッチするプリフェッチ戦略。
これは、 #FLAG_PREFETCH_DESCENDANTS_HYBRID または #FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST と組み合わせて使用しないでください。これにより、IllegalArgumentException がトリガーされます。
これらのフラグを使用できる場所については、 #FLAG_PREFETCH_ANCESTORS を参照してください。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。