ProjectItem::ConfigurationManager Property

 

Gets the ConfigurationManager object for this ProjectItem.

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

property ConfigurationManager^ ConfigurationManager {
	ConfigurationManager^ get();
}

Property Value

Type: EnvDTE::ConfigurationManager^

A ConfigurationManager object.

The ConfigurationManager object represents the project configurations for a project or project item. Each project configuration is uniquely identified by a project configuration name and platform name.

Return to top
Show: