scripting:api:output-pane:add-command

AddCommand

Method of IOutputPane

Pass command to running tool

OutputPane.AddCommand(sCommand, bAddToHistory);

==== Visual Basic Script ====

OutputPane.AddCommand sCommand, bAddToHistory

==== C++ ====

HRESULT hr = OutputPane.AddCommand(sCommand, bAddToHistory);

===== See Also ===== IOutputPane