IVsExtensibility::GetConfigMgr Method (Object^, UInt32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

ConfigurationManager^ GetConfigMgr(
	Object^ pIVsProject,
	unsigned int itemid
)

Parameters

pIVsProject
Type: System::Object^

The project.

itemid
Type: System::UInt32

The item ID.

Return Value

Type: EnvDTE::ConfigurationManager^

The configuration manager.

Return to top
Show: