ITextChange3.GetNewTextAt(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un caractère à la position donnée du texte qui a remplacé l’ancien texte.
public:
char GetNewTextAt(int position);
public:
char16 GetNewTextAt(int position);
char GetNewTextAt(int position);
public char GetNewTextAt (int position);
abstract member GetNewTextAt : int -> char
Public Function GetNewTextAt (position As Integer) As Char
Paramètres
- position
- Int32
Position du caractère à retourner.