ConfigurationManager::ConfigurationRow Method (String^)

 

Returns a collection of items representing build configurations for one configuration name, such as "Debug" or "Retail."

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

Configurations^ ConfigurationRow(
	String^ Name
)

Parameters

Name
Type: System::String^

Required. The name of the project or project item configuration to return.

Return Value

Type: EnvDTE::Configurations^

A Configurations collection.

There is one Configuration in the collection for each platform that has settings in this project.

Return to top
Show: