Partager via


Classification.GetProjectProperties, méthode

Obtient les propriétés de projet

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

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

Classification Classe

Microsoft.TeamFoundation.Integration.Server, espace de noms