IVSMDDesignerService.CreateDesignerForClass(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a designer based on the designer of the given component class.
public:
Microsoft::VisualStudio::Designer::Interfaces::IVSMDDesigner ^ CreateDesignerForClass(System::Object ^ pSp, System::String ^ pwszComponentClass);
public:
Microsoft::VisualStudio::Designer::Interfaces::IVSMDDesigner ^ CreateDesignerForClass(Platform::Object ^ pSp, Platform::String ^ pwszComponentClass);
Microsoft::VisualStudio::Designer::Interfaces::IVSMDDesigner CreateDesignerForClass(winrt::Windows::Foundation::IInspectable const & pSp, std::wstring const & pwszComponentClass);
public Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner CreateDesignerForClass (object pSp, string pwszComponentClass);
abstract member CreateDesignerForClass : obj * string -> Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner
Public Function CreateDesignerForClass (pSp As Object, pwszComponentClass As String) As IVSMDDesigner
Parameters
- pSp
- Object
The IServiceProvider.
- pwszComponentClass
- String
The fully-qualified name of the class.
Returns
The new IVSMDDesigner.