IProjectCreation Interface
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")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface IProjectCreation
[GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface IProjectCreation
[GuidAttribute(L"D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface class IProjectCreation
[<GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
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