共用方式為


IVSMDDesignerLoader.SetBaseEditorCaption Method

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

Syntax

'宣告
Sub SetBaseEditorCaption ( _
    pwszCaption As String _
)
'用途
Dim instance As IVSMDDesignerLoader
Dim pwszCaption As String

instance.SetBaseEditorCaption(pwszCaption)
void SetBaseEditorCaption(
    string pwszCaption
)
void SetBaseEditorCaption(
    [InAttribute] String^ pwszCaption
)
abstract SetBaseEditorCaption : 
        pwszCaption:string -> unit 
function SetBaseEditorCaption(
    pwszCaption : String
)

Parameters

.NET Framework Security

See Also

Reference

IVSMDDesignerLoader Interface

IVSMDDesignerLoader Members

Microsoft.VisualStudio.Designer.Interfaces Namespace