VCFileConfiguration.ProjectConfiguration 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.
The project configuration associated with the selected file configuration.
public:
property System::Object ^ ProjectConfiguration { System::Object ^ get(); };
public:
property Platform::Object ^ ProjectConfiguration { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(515)]
public object ProjectConfiguration { [System.Runtime.InteropServices.DispId(515)] get; }
[<System.Runtime.InteropServices.DispId(515)>]
[<get: System.Runtime.InteropServices.DispId(515)>]
member this.ProjectConfiguration : obj
Public ReadOnly Property ProjectConfiguration As Object
Property Value
An object representing the project configuration.
- Attributes