TextElement.ElementEnd Propriété
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 TextPointer qui représente la position juste après la fin de l’élément.
public:
property TextPointer ^ ElementEnd { TextPointer ^ get(); };
TextPointer ElementEnd();
public TextPointer ElementEnd { get; }
var textPointer = textElement.elementEnd;
Public ReadOnly Property ElementEnd As TextPointer
Valeur de propriété
TextPointer qui représente la position juste après la fin de l’élément TextElement.