Compartilhar via


Método Classification.GetProjectFromName

Retorna informações sobre o projeto sobre o projeto de seu nome.

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
Informações sobre o projeto.

Segurança do .NET Framework

Consulte também

Referência

Classification Classe

Namespace Microsoft.TeamFoundation.Integration.Server