語言

AccessibilityNodeInfo.FlagPrefetchDescendantsDepthFirst 欄位

定義

警告

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_DEPTH_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 FlagPrefetchDescendantsDepthFirst = 8;
[<Android.Runtime.Register("FLAG_PREFETCH_DESCENDANTS_DEPTH_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 FlagPrefetchDescendantsDepthFirst : Android.Views.Accessibility.PrefetchType

欄位值

Value = 8

實作

屬性

備註

預取策略,預先取出所請求節點的後代深度優先。

此選項不得與 #FLAG_PREFETCH_DESCENDANTS_HYBRID IllegalArgumentException 合併,否則 #FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST 將觸發 IllegalArgumentException。

請參閱 #FLAG_PREFETCH_ANCESTORS 有關這些旗幟可用於何處的資訊。

Java 文件 android.view.accessibility.AccessibilityNodeInfo.FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於