次の方法で共有


IVSMDDesignerService.CreateDesignerForClass Method

Creates a designer based on the designer of the given component class.

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

Syntax

'宣言
Function CreateDesignerForClass ( _
    pSp As Object, _
    pwszComponentClass As String _
) As IVSMDDesigner
IVSMDDesigner CreateDesignerForClass(
    Object pSp,
    string pwszComponentClass
)

Parameters

  • pwszComponentClass
    Type: System.String
    The fully-qualified name of the class.

Return Value

Type: Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner
The new IVSMDDesigner.

Remarks

The designer will provide a UI only and will not have any persistence mechanism.

.NET Framework Security

See Also

Reference

IVSMDDesignerService Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace