TextElement.ContentEnd Propriété

Définition

Obtient un TextPointer qui représente la fin du contenu dans l’élément .

public:
 property TextPointer ^ ContentEnd { TextPointer ^ get(); };
TextPointer ContentEnd();
public TextPointer ContentEnd { get; }
var textPointer = textElement.contentEnd;
Public ReadOnly Property ContentEnd As TextPointer

Valeur de propriété

TextPointer qui représente la fin du contenu dans l’élément TextElement.

S’applique à