A Sandcastle Documented Class Library
MainWindowAddOutputText Method |
Helper method, adding text to output TextBlock
Namespace: WpfUI
Assembly: WpfUI (in WpfUI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void AddOutputText( string text )
Parameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:WpfUI.MainWindow.AddOutputText(System.String)"]
Remarks
[Missing <remarks> documentation for "M:WpfUI.MainWindow.AddOutputText(System.String)"]
See Also