IVSMDCodeDomCreator::CreateCodeDomProvider Method (Object^, Int32)

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

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 T:Microsoft.VisualStudio.Designer.Interfaces.IVsCodeDomProvider.

Return to top
Show: