CommonStructureService.GetWellFormedProjects Method

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

Syntax

'Declaration
Public Function GetWellFormedProjects ( _
    requestContext As TeamFoundationRequestContext _
) As CommonStructureProjectInfo()
public CommonStructureProjectInfo[] GetWellFormedProjects(
    TeamFoundationRequestContext requestContext
)
public:
virtual array<CommonStructureProjectInfo^>^ GetWellFormedProjects(
    TeamFoundationRequestContext^ requestContext
) sealed
abstract GetWellFormedProjects : 
        requestContext:TeamFoundationRequestContext -> CommonStructureProjectInfo[] 
override GetWellFormedProjects : 
        requestContext:TeamFoundationRequestContext -> CommonStructureProjectInfo[] 
public final function GetWellFormedProjects(
    requestContext : TeamFoundationRequestContext
) : CommonStructureProjectInfo[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo[]
Returns CommonStructureProjectInfo.

Implements

ICommonStructureService.GetWellFormedProjects(TeamFoundationRequestContext)

.NET Framework Security

See Also

Reference

CommonStructureService Class

Microsoft.TeamFoundation.Integration.Server Namespace