FrameworkTextComposition.ResultLength 속성

정의

TextInput 이벤트가 발생할 때 유니코드 기호의 완성된 텍스트 길이를 가져옵니다.

public:
 property int ResultLength { int get(); };
public int ResultLength { get; }
member this.ResultLength : int
Public ReadOnly Property ResultLength As Integer

속성 값

TextInput 이벤트가 발생할 때 유니코드 기호의 완성된 텍스트 길이입니다.

설명

TextInputStart 또는 TextInputUpdate 이벤트가 발생하면 는 ResultLength -1입니다.

ResultLength .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상