Click or drag to resize
Sandcastle Help File BuilderOutputWindowAppendText Method
Append text to the build output

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void AppendText(
	string text
)

Parameters

text
Type: SystemString
The text to append
Remarks
A carriage return and line feed are added automatically.
See Also