write
Method of IOutputPane
Description
Appends a string to the output pane
Parameters
- BSTR strText
Syntax
JavaScript
OutputPane.write(strText);
==== Visual Basic Script ====
OutputPane.write strText
==== C++ ====
HRESULT hr = OutputPane.write(strText);
===== See Also ===== IOutputPane