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
pHier
Type: ObjectThe IVsHierarchy.
itemid
Type: Int32The 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.