IVSMDCodeDomCreator.CreateCodeDomProvider Method

Creates a IVSMDCodeDomProvider.

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

Syntax

'Declaration
Function CreateCodeDomProvider ( _
    pHier As Object, _
    itemid As Integer _
) As IVSMDCodeDomProvider
IVSMDCodeDomProvider CreateCodeDomProvider(
    Object pHier,
    int itemid
)
IVSMDCodeDomProvider^ CreateCodeDomProvider(
    [InAttribute] Object^ pHier, 
    [InAttribute] int itemid
)
abstract CreateCodeDomProvider : 
        pHier:Object * 
        itemid:int -> IVSMDCodeDomProvider
function CreateCodeDomProvider(
    pHier : Object, 
    itemid : int
) : IVSMDCodeDomProvider

Parameters

  • itemid
    Type: Int32

    The item ID.

Return Value

Type: Microsoft.VisualStudio.Designer.Interfaces.IVSMDCodeDomProvider
The IVsCodeDomProvider.

.NET Framework Security

See Also

Reference

IVSMDCodeDomCreator Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace