VCConfiguration.ConfigurationName Property

Definition

Gets or sets the project configuration to be built.

C++/CX
public:
 property Platform::String ^ ConfigurationName { Platform::String ^ get(); void set(Platform::String ^ value); };

Property Value

The project configuration to be built.

Attributes

Examples

VB
Sub ConfigurationNameExample()  
   ' Before running, load a project.  
   ' Set references to all necessary objects.  
   Dim CM As ConfigurationManager = DTE.Solution.Projects.Item(1).ConfigurationManager  
   ' List the configuration name used for the current project.  
   MsgBox(CM.Item(2).ConfigurationName)  
End Sub  

Remarks

ConfigurationName can be set to any defined project configuration named by the ProjectName property.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022