Condividi tramite


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

'Dichiarazione
<GuidAttribute("73E59688-C7C4-4A85-AF64-A538754784C5")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDCodeDomProvider
'Utilizzo
Dim instance As IVSMDCodeDomProvider
[GuidAttribute("73E59688-C7C4-4A85-AF64-A538754784C5")]
[InterfaceTypeAttribute()]
public interface IVSMDCodeDomProvider
[GuidAttribute(L"73E59688-C7C4-4A85-AF64-A538754784C5")]
[InterfaceTypeAttribute()]
public interface class IVSMDCodeDomProvider
[<GuidAttribute("73E59688-C7C4-4A85-AF64-A538754784C5")>]
[<InterfaceTypeAttribute()>]
type IVSMDCodeDomProvider =  interface end
public interface IVSMDCodeDomProvider

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

IVSMDCodeDomProvider Members

Microsoft.VisualStudio.Designer.Interfaces Namespace