IVSMDDesignerService.CreateDesigner(Object, Object) 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 contents of the given designer loader.
public:
Microsoft::VisualStudio::Designer::Interfaces::IVSMDDesigner ^ CreateDesigner(System::Object ^ pSp, System::Object ^ pDesignerLoader);
public:
Microsoft::VisualStudio::Designer::Interfaces::IVSMDDesigner ^ CreateDesigner(Platform::Object ^ pSp, Platform::Object ^ pDesignerLoader);
Microsoft::VisualStudio::Designer::Interfaces::IVSMDDesigner CreateDesigner(winrt::Windows::Foundation::IInspectable const & pSp, winrt::Windows::Foundation::IInspectable const & pDesignerLoader);
public Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner CreateDesigner (object pSp, object pDesignerLoader);
abstract member CreateDesigner : obj * obj -> Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner
Public Function CreateDesigner (pSp As Object, pDesignerLoader As Object) As IVSMDDesigner
Parameters
- pSp
- Object
The IServiceProvider.
- pDesignerLoader
- Object
The IVSMDDesignerLoader.
Returns
The IVSMDDesigner.