IVSMDCodeDomCreator Interface
Visual Studio 2015
Creates a CodeDom provider for a given hierarchy and item ID.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCodeDomProvider(Object, Int32) | Creates a IVSMDCodeDomProvider. |
Visual Studio uses this to create CodeDom providers that are based on the Visual Studio code model.
In unmanaged code, this interface may be accessed by querying for the service SID_SVSMDDesignerService (defined in vsmanaged.h) and asking for this interface. In managed code, call GetService() with this type.
Show:
