Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
ICommonStructureService Interface