Freigeben über


IProjectCreation.BatchCreateTeamProject-Methode

Erstellt Teamprojekte von einer Batchdatei anstelle des Projekterstellungsassistenten.

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

Syntax

'Declaration
Function BatchCreateTeamProject ( _
    teamProjectCreationSettingFile As String, _
    <OutAttribute> ByRef logFileFullPath As String _
) As Boolean
bool BatchCreateTeamProject(
    string teamProjectCreationSettingFile,
    out string logFileFullPath
)

Parameter

  • teamProjectCreationSettingFile
    Typ: System.String
    Der Pfad der Einstellungsdatei.
  • logFileFullPath
    Typ: System.String%
    Der Pfad der Protokolldatei für den Erstellungsprozess.

Rückgabewert

Typ: System.Boolean
True, wenn die Batchprojekterstellung erfolgreich war; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectCreation Schnittstelle

Microsoft.TeamFoundation.Client-Namespace