ICommonStructureService.ListAllProjects Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Function ListAllProjects As ProjectInfo()
'Usage
Dim instance As ICommonStructureService
Dim returnValue As ProjectInfo()
returnValue = instance.ListAllProjects()
ProjectInfo[] ListAllProjects()
array<ProjectInfo^>^ ListAllProjects()
function ListAllProjects() : ProjectInfo[]
Return Value
Type: array<Microsoft.TeamFoundation.Server.ProjectInfo[]
.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