TextElement.ContentEnd Propiedad

Definición

Obtiene un TextPointer que representa el final del contenido del elemento .

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

Valor de propiedad

TextPointer que representa el final del contenido en TextElement.

Se aplica a