Freigeben über


IProjectFile.Configurations-Eigenschaft

Ruft die Liste der Konfigurationen ab, um zu erstellen.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
ReadOnly Property Configurations As List(Of IConfigurationToBuild)
List<IConfigurationToBuild> Configurations { get; }

Eigenschaftswert

Typ: System.Collections.Generic.List<IConfigurationToBuild>
Die Liste der Konfigurationen erstellen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectFile Schnittstelle

Microsoft.TeamFoundation.Build.Client-Namespace