Compartir a través de


ICommonStructureService.GetProjectProperties (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Server
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

ICommonStructureService Interfaz

Microsoft.TeamFoundation.Server (Espacio de nombres)