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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo[]
.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.