ProjectItem.ConfigurationManager Property
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.
Gets the ConfigurationManager object for this ProjectItem.
public:
property EnvDTE::ConfigurationManager ^ ConfigurationManager { EnvDTE::ConfigurationManager ^ get(); };
[System.Runtime.InteropServices.DispId(116)]
public EnvDTE.ConfigurationManager ConfigurationManager { [System.Runtime.InteropServices.DispId(116)] get; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
member this.ConfigurationManager : EnvDTE.ConfigurationManager
Public ReadOnly Property ConfigurationManager As ConfigurationManager
Property Value
A ConfigurationManager object.
- Attributes
Remarks
The ConfigurationManager object represents the project configurations for a project or project item. Each project configuration is uniquely identified by a project configuration name and platform name.