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
- 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.