Compartilhar via


Método Classification.GetProjectProperties

Obtém as propriedades do projeto.

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Sub GetProjectProperties ( _
    projectUri As String, _
    <OutAttribute> ByRef name As String, _
    <OutAttribute> ByRef state As String, _
    <OutAttribute> ByRef templateId As Integer, _
    <OutAttribute> ByRef properties As CommonStructureProjectProperty() _
)
[WebMethodAttribute]
public void GetProjectProperties(
    string projectUri,
    out string name,
    out string state,
    out int templateId,
    out CommonStructureProjectProperty[] properties
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

Classification Classe

Namespace Microsoft.TeamFoundation.Integration.Server