Sdílet prostřednictvím


ICommonStructureService.GetProjects Method

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

Syntax

'Declaration
Function GetProjects ( _
    requestContext As TeamFoundationRequestContext _
) As CommonStructureProjectInfo()
CommonStructureProjectInfo[] GetProjects(
    TeamFoundationRequestContext requestContext
)
array<CommonStructureProjectInfo^>^ GetProjects(
    TeamFoundationRequestContext^ requestContext
)
abstract GetProjects : 
        requestContext:TeamFoundationRequestContext -> CommonStructureProjectInfo[] 
function GetProjects(
    requestContext : TeamFoundationRequestContext
) : CommonStructureProjectInfo[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo[]

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Integration.Server Namespace