Edit

Share via


VsaCodeItem.AppendSourceText(String) Method

Definition

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)

Parameters

Text
String

The text to be appended to the code item.

Implements

Applies to