IVSMDDesignerService::CreateDesignerForClass Method (Object^, String^)
Visual Studio 2015
Creates a designer based on the designer of the given component class.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
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.
Show: