TextElement.ContentEnd Proprietà

Definizione

Ottiene un TextPointer che rappresenta la fine del contenuto nell'elemento.

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

Valore della proprietà

TextPointer che rappresenta la fine del contenuto in TextElement.

Si applica a