FrameworkTextComposition.ResultLength Propriété

Définition

Obtient la longueur du texte finalisé en symboles Unicode lorsque l'événement TextInput se produit.

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

Valeur de propriété

Longueur du texte finalisé en symboles Unicode lorsque l'événement TextInput se produit.

Remarques

Lorsque l’événement TextInputStart ou TextInputUpdate se produit, ResultLength a la valeur -1.

ResultLength est introduit dans le .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à