次の方法で共有


AccessibilityManager.FlagContentText フィールド

定義

注意事項

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_TEXT", 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 FlagContentText = 2;
[<Android.Runtime.Register("FLAG_CONTENT_TEXT", 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 FlagContentText : Android.Views.Accessibility.ContentMode

フィールド値

Value = 2
属性

注釈

タイムアウトする UI の内容にテキストが含まれていることを示すには、このフラグを使用します。

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

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

適用対象