次の方法で共有


AccessibilityManager.FlagContentControls フィールド

定義

注意事項

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

このフラグを使用して、タイムアウトする UI の内容に対話型コントロールが含まれていることを示します。

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

フィールド値

Value = 4
属性

注釈

このフラグを使用して、タイムアウトする UI の内容に対話型コントロールが含まれていることを示します。

の Java ドキュメント android.view.accessibility.AccessibilityManager.FLAG_CONTENT_CONTROLS

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

適用対象