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.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")> _
Public Interface IProjectCreation
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")]
public interface IProjectCreation
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")]
public interface class IProjectCreation
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("D2E07D5A-2DA2-4118-9C6E-31E8EFEDB9BC")>]
type IProjectCreation =  interface end
public interface IProjectCreation

The IProjectCreation type exposes the following members.

Methods

  Name Description
Public method BatchCreateTeamProject Creates team projects from a batch file instead of from project creation wizard.

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace