ConfigurationManager.ConfigurationRow(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of items representing build configurations for one configuration name, such as "Debug" or "Retail."
public:
EnvDTE::Configurations ^ ConfigurationRow(System::String ^ Name);
[System.Runtime.InteropServices.DispId(4)]
public EnvDTE.Configurations ConfigurationRow (string Name);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member ConfigurationRow : string -> EnvDTE.Configurations
Public Function ConfigurationRow (Name As String) As Configurations
Parameters
- Name
- String
Required. The name of the project or project item configuration to return.
Returns
A Configurations collection.
- Attributes
Remarks
There is one Configuration in the collection for each platform that has settings in this project.