ICommonStructureService.ListProjects Method

Returns the list of project URIs

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

Syntax

'Declaration
Function ListProjects As ProjectInfo()
'Usage
Dim instance As ICommonStructureService 
Dim returnValue As ProjectInfo()

returnValue = instance.ListProjects()
ProjectInfo[] ListProjects()
array<ProjectInfo^>^ ListProjects()
function ListProjects() : ProjectInfo[]

Return Value

Type: array<Microsoft.TeamFoundation.Server.ProjectInfo[]
An array of ProjectInfo objects containing project URIs

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace