ConfigurationManager::Platform Method (String^)

 

Returns the Configurations for this configuration.

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

Configurations^ Platform(
	String^ Name
)

Parameters

Name
Type: System::String^

Required. The name of the platform's settings to return.

Return Value

Type: EnvDTE::Configurations^

A Configurations collection.

There is one Configuration in the collection for each project/project item configuration row name defined for the project.

Return to top
Show: