Project::ConfigurationManager Property

 

Gets the ConfigurationManager object for this Project .

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. A project configuration name and platform name uniquely identify each project configuration.

No code example is currently available or this language may not be supported.
Return to top
Show: