Compartir a través de


Classification.GetProjectProperties (Método)

Obtiene las propiedades del proyecto

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

Sintaxis

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

Seguridad de .NET Framework

Vea también

Referencia

Classification Clase

Microsoft.TeamFoundation.Integration.Server (Espacio de nombres)