Condividi tramite


Metodo CommonStructureService.CreateProject (TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>)

Spazio dei nomi:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Sintassi

'Dichiarazione
Public Function CreateProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectName As String, _
    structure As XmlElement, _
    pendingProjectGuid As Nullable(Of Guid) _
) As CommonStructureProjectInfo
public CommonStructureProjectInfo CreateProject(
    TeamFoundationRequestContext requestContext,
    string projectName,
    XmlElement structure,
    Nullable<Guid> pendingProjectGuid
)

Parametri

Valore restituito

Tipo: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo

Implementa

ICommonStructureService.CreateProject(TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonStructureService Classe

Overload CreateProject

Spazio dei nomi Microsoft.TeamFoundation.Integration.Server