scripting:api:output-pane:clone

Clone

Method of IOutputPane

Creates a copy of the output pane

var ppPane = OutputPane.Clone(strPaneID, bInitialize);

==== Visual Basic Script ====

ppPane = OutputPane.Clone strPaneID, bInitialize

==== C++ ====

CComPtr<IOutputPane> pPane;
HRESULT hr = OutputPane.Clone(strPaneID, bInitialize, &pPane);

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