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);
scripting:api:output-pane:write
Method of IOutputPane
Appends a string to the output pane
OutputPane.write(strText);
OutputPane.write strText
HRESULT hr = OutputPane.write(strText);