Share via


FrameworkTextComposition.ResultLength プロパティ

定義

TextInput イベントが発生したとき、完成したテキストの長さを Unicode 記号の数として取得します。

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

プロパティ値

TextInput イベントが発生したときの完成したテキストの長さ (Unicode 記号の数)。

注釈

または イベントがTextInputStart発生した場合、 ResultLength は -1 TextInputUpdate です。

ResultLengthは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象