Share via


IVSMDCodeDomProvider Interface

Provides access to a CodeDomProvider object.

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

Syntax

'Declaration
<GuidAttribute("73E59688-C7C4-4A85-AF64-A538754784C5")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDCodeDomProvider
[GuidAttribute("73E59688-C7C4-4A85-AF64-A538754784C5")]
[InterfaceTypeAttribute()]
public interface IVSMDCodeDomProvider

The IVSMDCodeDomProvider type exposes the following members.

Properties

  Name Description
Public property CodeDomProvider Gets the provider.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.Designer.Interfaces Namespace