Share via


IVSMDDesignerLoader.SetBaseEditorCaption Method

Sets the base editor caption.

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

Syntax

'Declaration
Sub SetBaseEditorCaption ( _
    pwszCaption As String _
)
void SetBaseEditorCaption(
    string pwszCaption
)
void SetBaseEditorCaption(
    [InAttribute] String^ pwszCaption
)
abstract SetBaseEditorCaption : 
        pwszCaption:string -> unit
function SetBaseEditorCaption(
    pwszCaption : String
)

Parameters

  • pwszCaption
    Type: String

    The caption.

Remarks

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

.NET Framework Security

See Also

Reference

IVSMDDesignerLoader Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace