CodeFunction.AppendText Method (String)
Appends text to the end of the function body.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public void AppendText(
string text
)
public:
void AppendText(
String^ text
)
member AppendText :
text:string -> unit
Public Sub AppendText (
text As String
)
Parameters
text
Type: System.StringThe text to append to the end of the function body.
See Also
CodeFunction Class
Microsoft.VisualStudio.Tools.Applications Namespace