Clone

Method of IOutputPane

Description

Creates a copy of the output pane

Parameters

Return Value

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);

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