CodeClass.AppendText Method (String)
Appends text to the end of the CodeClass 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 CodeClass body.
See Also
CodeClass Class
Microsoft.VisualStudio.Tools.Applications Namespace