Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetProjects ( _
    requestContext As TeamFoundationRequestContext _
) As CommonStructureProjectInfo()
public CommonStructureProjectInfo[] GetProjects(
    TeamFoundationRequestContext requestContext
)
public:
virtual array<CommonStructureProjectInfo^>^ GetProjects(
    TeamFoundationRequestContext^ requestContext
) sealed
abstract GetProjects : 
        requestContext:TeamFoundationRequestContext -> CommonStructureProjectInfo[] 
override GetProjects : 
        requestContext:TeamFoundationRequestContext -> CommonStructureProjectInfo[] 
public final function GetProjects(
    requestContext : TeamFoundationRequestContext
) : CommonStructureProjectInfo[]
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo[]
Returns CommonStructureProjectInfo.
Implements
ICommonStructureService.GetProjects(TeamFoundationRequestContext)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.