다음을 통해 공유


PasswordTransformationMethod.BeforeTextChanged 메서드

정의

오버로드

BeforeTextChanged(ICharSequence, Int32, Int32, Int32)

이 메서드는 시작 문자가 길이after가 있는 새 텍스트로 대체될 예정임을 start scount 알리기 위해 호출됩니다.

BeforeTextChanged(String, Int32, Int32, Int32)

BeforeTextChanged(ICharSequence, Int32, Int32, Int32)

이 메서드는 시작 문자가 길이after가 있는 새 텍스트로 대체될 예정임을 start scount 알리기 위해 호출됩니다.

[Android.Runtime.Register("beforeTextChanged", "(Ljava/lang/CharSequence;III)V", "GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler")]
public virtual void BeforeTextChanged (Java.Lang.ICharSequence? s, int start, int count, int after);
[<Android.Runtime.Register("beforeTextChanged", "(Ljava/lang/CharSequence;III)V", "GetBeforeTextChanged_Ljava_lang_CharSequence_IIIHandler")>]
abstract member BeforeTextChanged : Java.Lang.ICharSequence * int * int * int -> unit
override this.BeforeTextChanged : Java.Lang.ICharSequence * int * int * int -> unit

매개 변수

start
Int32
count
Int32
after
Int32
특성

설명

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

적용 대상

BeforeTextChanged(String, Int32, Int32, Int32)

public void BeforeTextChanged (string? s, int start, int count, int after);
member this.BeforeTextChanged : string * int * int * int -> unit

매개 변수

s
String
start
Int32
count
Int32
after
Int32

설명

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

적용 대상