Partager via


ICommonStructureService.GetProjectProperties, méthode

Espace de noms :  Microsoft.TeamFoundation.Server
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ICommonStructureService Interface

Microsoft.TeamFoundation.Server, espace de noms