IVsOutputWindowPane.SetName(String) Method

Definition

Changes the existing name of the window pane.

C++/CX
public:
 int SetName(Platform::String ^ pszPaneName);

Parameters

pszPaneName
String

[in] New name of the window pane.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsOutputWindowPane::SetName(  
   LPCOLESTR pszPaneName  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022