Freigeben über


ICommonStructureService.GetProjectProperties-Methode

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Sub GetProjectProperties ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String, _
    <OutAttribute> ByRef name As String, _
    <OutAttribute> ByRef state As String, _
    <OutAttribute> ByRef properties As CommonStructureProjectProperty() _
)
void GetProjectProperties(
    TeamFoundationRequestContext requestContext,
    string projectUri,
    out string name,
    out string state,
    out CommonStructureProjectProperty[] properties
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ICommonStructureService Schnittstelle

Microsoft.TeamFoundation.Integration.Server-Namespace