This documentation is archived and is not being maintained.
IProjectCreation::BatchCreateTeamProject Method
Visual Studio 2013
Creates team projects from a batch file instead of from project creation wizard.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
bool BatchCreateTeamProject(
String^ teamProjectCreationSettingFile,
[OutAttribute] String^% logFileFullPath
)
Parameters
- teamProjectCreationSettingFile
- Type: System::String
The path of the settings file.
- logFileFullPath
- Type: System::String%
The path of the log file for the creation process.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: