次の方法で共有


ICommonStructureService.GetProject Method

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

Syntax

'Declaration
Function GetProject ( _
    requestContext As TeamFoundationRequestContext, _
    projectUri As String _
) As CommonStructureProjectInfo
CommonStructureProjectInfo GetProject(
    TeamFoundationRequestContext requestContext,
    string projectUri
)
CommonStructureProjectInfo^ GetProject(
    TeamFoundationRequestContext^ requestContext, 
    String^ projectUri
)
abstract GetProject : 
        requestContext:TeamFoundationRequestContext * 
        projectUri:string -> CommonStructureProjectInfo
function GetProject(
    requestContext : TeamFoundationRequestContext, 
    projectUri : String
) : CommonStructureProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Integration.Server Namespace