IJSVsaCodeItem.AppendSourceText(String) Method

Definition

Appends specified text to the end of the code item.

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

Parameters

text
String

The text to be appended to the code item.

Applies to