Clear
Method of IOutputPane
Description
Clears the contents of the output pane
Syntax
JavaScript
OutputPane.Clear();
==== Visual Basic Script ====
OutputPane.Clear
==== C++ ====
HRESULT hr = OutputPane.Clear();
===== See Also ===== IOutputPane
scripting:api:output-pane:clear
Method of IOutputPane
Clears the contents of the output pane
OutputPane.Clear();
==== Visual Basic Script ====
OutputPane.Clear
==== C++ ====
HRESULT hr = OutputPane.Clear();
===== See Also ===== IOutputPane