Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.