Clone
Method of IOutputPane
Description
Creates a copy of the output pane
Parameters
- BSTR strPaneID
- VARIANT_BOOL bInitialize = VARIANT_FALSE (optional)
Return Value
- IOutputPane ppPane
Syntax
JavaScript
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);