IVSMDDesignerService Interface
Visual Studio 2015
Provides VS shell support for managed form designers.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | DesignViewAttribute | Gets the name of the metadata attribute we will use to determine if a class supports a design view. |
| Name | Description | |
|---|---|---|
![]() | CreateDesigner(Object, Object) | Creates a designer based on the contents of the given designer loader. |
![]() | CreateDesignerForClass(Object, String) | Creates a designer based on the designer of the given component class. |
![]() | CreateDesignerLoader(String) | Creates an uninitialized designer loader. |
![]() | GetDesignerLoaderClassForFile(String) | Finds a registered designer loader for the specified file extension. |
![]() | RegisterDesignViewAttribute(Object, Int32, Int32, String) | Registers the specified attribute value for the specified file. |
Show:

