Partager via


IProjectCreation.BatchCreateTeamProject, méthode

Crée des projets d'équipe à partir d'un fichier de commandes au lieu de l'assistant de création du projet.

Espace de noms :  Microsoft.TeamFoundation.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

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

Paramètres

  • teamProjectCreationSettingFile
    Type : System.String
    Le chemin d'accès du fichier de paramètres.
  • logFileFullPath
    Type : System.String%
    Le chemin d'accès du fichier journal pour le processus de création.

Valeur de retour

Type : System.Boolean
True si la création du projet par lot a réussi ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IProjectCreation Interface

Microsoft.TeamFoundation.Client, espace de noms