IVSMDCodeDomCreator.CreateCodeDomProvider Method
Creates a IVSMDCodeDomProvider.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Declaração
Function CreateCodeDomProvider ( _
pHier As Object, _
itemid As Integer _
) As IVSMDCodeDomProvider
IVSMDCodeDomProvider CreateCodeDomProvider(
Object pHier,
int itemid
)
Parameters
- pHier
Type: System.Object
The IVsHierarchy.
- itemid
Type: System.Int32
The item ID.
Return Value
Type: Microsoft.VisualStudio.Designer.Interfaces.IVSMDCodeDomProvider
The IVsCodeDomProvider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.