| OutputWindowAppendText Method |
Append text to the build output
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public void AppendText(
string text
)
Public Sub AppendText (
text As String
)
public:
void AppendText(
String^ text
)
member AppendText :
text : string -> unit
Parameters
- text
- Type: SystemString
The text to append
Remarks A carriage return and line feed are added
automatically.
See Also