言語

AccessibilityNodeInfo.MovementGranularityCharacter フィールド

定義

注意事項

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

ノードのテキストを文字で走査するための移動粒度ビット。

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

フィールド値

Value = 1

実装

属性

注釈

ノードのテキストを文字で走査するための移動粒度ビット。

Javaドキュメント。

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

適用対象