Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides the methods that allow for creating team projects from a batch specification file instead of from the project creation wizard.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IProjectCreation
[GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IProjectCreation
[GuidAttribute(L"D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProjectCreation
[<GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")>]
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IProjectCreation = interface end
public interface IProjectCreation
The IProjectCreation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
BatchCreateTeamProject | Creates team projects from a batch file instead of from project creation wizard. |
Top
.gif)