次の方法で共有


AccessibilityRecord.RemovedCount プロパティ

定義

削除された文字数を取得します。 または、削除された文字数を設定します。

public virtual int RemovedCount { [Android.Runtime.Register("getRemovedCount", "()I", "GetGetRemovedCountHandler")] get; [Android.Runtime.Register("setRemovedCount", "(I)V", "GetSetRemovedCount_IHandler")] set; }
[<get: Android.Runtime.Register("getRemovedCount", "()I", "GetGetRemovedCountHandler")>]
[<set: Android.Runtime.Register("setRemovedCount", "(I)V", "GetSetRemovedCount_IHandler")>]
member this.RemovedCount : int with get, set

プロパティ値

削除された文字数。

属性

例外

AccessibilityService から呼び出された場合。

注釈

プロパティ getter のドキュメント:

削除された文字数を取得します。

の Java ドキュメントandroid.view.accessibility.AccessibilityRecord.getRemovedCount()

プロパティ セッターのドキュメント:

削除された文字数を設定します。

の Java ドキュメントandroid.view.accessibility.AccessibilityRecord.setRemovedCount(int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象