다음을 통해 공유


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 설명서:

제거된 문자 수를 가져옵니다.

에 대한 android.view.accessibility.AccessibilityRecord.getRemovedCount()Java 설명서

속성 setter 설명서:

제거된 문자 수를 설정합니다.

에 대한 android.view.accessibility.AccessibilityRecord.setRemovedCount(int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상