IVSMDDesignerService::CreateDesignerForClass Method (Object^, String^)

 

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)

IVSMDDesigner^ CreateDesignerForClass(
	Object^ pSp,
	String^ pwszComponentClass
)

Parameters

pSp
Type: System::Object^

The IServiceProvider.

pwszComponentClass
Type: System::String^

The fully-qualified name of the class.

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

Return to top
Show: