TextElement.ContentStart Propiedad

Definición

Obtiene un TextPointer que representa el inicio del contenido en el elemento .

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

Valor de propiedad

TextPointer que representa el inicio del contenido en TextElement.

Se aplica a