IVSMDCodeDomCreator Interface

 

Creates a CodeDom provider for a given hierarchy and item ID.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

[GuidAttribute("4CC03BF7-4D89-4198-8E4D-17E217CA07B2")]
[InterfaceTypeAttribute(1)]
public interface IVSMDCodeDomCreator

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.

Return to top
Show: