IVsCodeWindow.SetBaseEditorCaption(String[]) Method

Definition

Appends custom text to the editor caption

C++/CX
public:
 int SetBaseEditorCaption(Platform::Array <Platform::String ^> ^ pszBaseEditorCaption);

Parameters

pszBaseEditorCaption
String[]

[in] Pointer to the base editor caption string.

Returns

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

Remarks

COM Signature

From textmgr.idl:

cpp#
HRESULT IVsCodeWindow::SetBaseEditorCaption(  
   [in] LPCOLESTR *pszBaseEditorCaption  
);  

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022