IVSMDDesignerLoader::SetBaseEditorCaption Method (String^)

 

Sets the base editor caption.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

void SetBaseEditorCaption(
	String^ pwszCaption
)

Parameters

pwszCaption
Type: System::String^

The caption.

This defaults to [Design], since most views will use this loader for a design view.

Return to top
Show: