Compartilhar via


Método Classification.CreateProject

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function CreateProject ( _
    projectName As String, _
    structure As XmlElement _
) As CommonStructureProjectInfo
[WebMethodAttribute]
public CommonStructureProjectInfo CreateProject(
    string projectName,
    XmlElement structure
)

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Retorna CommonStructureProjectInfo.

Segurança do .NET Framework

Consulte também

Referência

Classification Classe

Namespace Microsoft.TeamFoundation.Integration.Server