Compartilhar via


Método ICommonStructureService.GetProjectProperties

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (em Microsoft.TeamFoundation.Client.dll)

Sintaxe

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ICommonStructureService Interface

Namespace Microsoft.TeamFoundation.Server