言語

AccessibilityNodeInfo.ActionSetText フィールド

定義

注意事項

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

ノードのテキストを設定するアクション。

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

フィールド値

Value = 2097152

実装

属性

注釈

ノードのテキストを設定するアクション。 nullまたは空のCharSequenceを使用して、引数なしでアクションを実行すると、テキストがクリアされます。 このアクションでは、テキストの末尾にもカーソルが置かれます。

Javaドキュメント。

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

適用対象