BuildSettings.PlatformConfigurations-Eigenschaft
Ruft ab oder legt PlatformConfigurationList fest, das die Konfigurationen enthält, um zu erstellen.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property PlatformConfigurations As PlatformConfigurationList
[BrowsableAttribute(true)]
public PlatformConfigurationList PlatformConfigurations { get; set; }
Eigenschaftswert
Typ: Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfigurationList
PlatformConfigurationList , das die Konfigurationen enthält, um zu erstellen.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.TeamFoundation.Build.Workflow.Activities-Namespace