IJSVsaCodeItem.AppendSourceText(String) Método

Definición

Anexa el texto especificado al final del elemento de código.

public:
 void AppendSourceText(System::String ^ text);
public void AppendSourceText (string text);
abstract member AppendSourceText : string -> unit
Public Sub AppendSourceText (text As String)

Parámetros

text
String

Texto que se va a anexar al elemento de código.

Se aplica a