Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the configurations for this project, keyed off the configuration's full name, e.g. "Debug|x86".
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectConfigurations As IReadOnlyDictionaryString, ProjectConfigurationInSolution
public IReadOnlyDictionaryString, ProjectConfigurationInSolution ProjectConfigurations { get; }
public:
property IReadOnlyDictionaryString, ProjectConfigurationInSolution^ ProjectConfigurations {
IReadOnlyDictionaryString, ProjectConfigurationInSolution^ get ();
}
member ProjectConfigurations : IReadOnlyDictionaryString, ProjectConfigurationInSolution with get
function get ProjectConfigurations () : IReadOnlyDictionaryString, ProjectConfigurationInSolution
Property Value
Type: IReadOnlyDictionaryString, ProjectConfigurationInSolution
The project configurations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.