IVSMDCodeDomProvider Interface

 

Provides access to a CodeDomProvider object.

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

[GuidAttribute("73E59688-C7C4-4A85-AF64-A538754784C5")]
[InterfaceTypeAttribute(1)]
public interface IVSMDCodeDomProvider

NameDescription
System_CAPS_pubpropertyCodeDomProvider

Gets the provider.

Designer loaders may use this if their loading engine relies on the CodeDom. You can access this interface from the service provider returned from GetItemContext.

Return to top
Show: