Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a designer based on the contents of the given designer loader.
Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaration
Function CreateDesigner ( _
    pSp As Object, _
    pDesignerLoader As Object _
) As IVSMDDesigner
IVSMDDesigner CreateDesigner(
    Object pSp,
    Object pDesignerLoader
)
IVSMDDesigner^ CreateDesigner(
    [InAttribute] Object^ pSp, 
    [InAttribute] Object^ pDesignerLoader
)
abstract CreateDesigner : 
        pSp:Object * 
        pDesignerLoader:Object -> IVSMDDesigner
function CreateDesigner(
    pSp : Object, 
    pDesignerLoader : Object
) : IVSMDDesigner
Parameters
- pSp 
 Type: Object- The IServiceProvider. 
- pDesignerLoader 
 Type: Object- The IVSMDDesignerLoader. 
Return Value
Type: Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner
The IVSMDDesigner.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.