TextPointer.InsertTextInRun(String) Método

Definição

Insere o texto especificado no Run de texto na posição atual.

public:
 void InsertTextInRun(System::String ^ textData);
public void InsertTextInRun(string textData);
member this.InsertTextInRun : string -> unit
Public Sub InsertTextInRun (textData As String)

Parâmetros

textData
String

O texto a inserir.

Exceções

A posição atual não está dentro de um Run elemento.

textData é null.

Comentários

Se o TextPointer escopo não for definido por um Run elemento, um Run será inserido junto com o textData.

Aplica-se a