IVSMDDesignerLoader::GetEditorCaption Method (Int32)

 

Gets the editor caption for the design surface.

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

String^ GetEditorCaption(
	int status
)

Parameters

status
Type: System::Int32

READONLYSTATUS.

Return Value

Type: System::String^

The caption.

The loader is responsible for everything related to buffers, so it is in charge of maintaining the editor caption.

Return to top
Show: