ICommonStructureService.GetProject Method

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

Syntax

'宣言
Function GetProject ( _
    projectUri As String _
) As ProjectInfo
ProjectInfo GetProject(
    string projectUri
)
ProjectInfo^ GetProject(
    String^ projectUri
)
abstract GetProject : 
        projectUri:string -> ProjectInfo 
function GetProject(
    projectUri : String
) : ProjectInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.ProjectInfo
Returns ProjectInfo.

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Server Namespace