VsaCodeItem.AppendSourceText(String) Método
Definição
Acrescenta o texto especificado ao final do item de código.Appends the specified text to the end of the code item.
public:
virtual void AppendSourceText(System::String ^ Text);
public void AppendSourceText (string Text);
abstract member AppendSourceText : string -> unit
override this.AppendSourceText : string -> unit
Public Sub AppendSourceText (Text As String)
Parâmetros
- Text
- String
O texto a ser acrescentado ao item de código.The text to be appended to the code item.