IVSMDDesignerService.CreateDesigner Method
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
'宣言
Function CreateDesigner ( _
pSp As Object, _
pDesignerLoader As Object _
) As IVSMDDesigner
IVSMDDesigner CreateDesigner(
Object pSp,
Object pDesignerLoader
)
Parameters
- pSp
Type: System.Object
The IServiceProvider.
- pDesignerLoader
Type: System.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.