Freigeben über


PlatformConfiguration-Konstruktor (String, String)

Initialisiert eine neue Instanz der PlatformConfigurations-Klasse.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    platform As String, _
    configuration As String _
)
public PlatformConfiguration(
    string platform,
    string configuration
)

Parameter

  • platform
    Typ: System.String
    Die Zielplattform, für die die Projektmappe erstellt oder Projekte.
  • configuration
    Typ: System.String
    Die Konfiguration, für die die Projektmappe erstellt oder Projekte.

.NET Framework-Sicherheit

Siehe auch

Referenz

PlatformConfiguration Klasse

PlatformConfiguration-Überladung

Microsoft.TeamFoundation.Build.Workflow.Activities-Namespace