Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetWellFormedProjects ( _
    requestContext As TeamFoundationRequestContext _
) As CommonStructureProjectInfo()
CommonStructureProjectInfo[] GetWellFormedProjects(
    TeamFoundationRequestContext requestContext
)
array<CommonStructureProjectInfo^>^ GetWellFormedProjects(
    TeamFoundationRequestContext^ requestContext
)
abstract GetWellFormedProjects : 
        requestContext:TeamFoundationRequestContext -> CommonStructureProjectInfo[] 
function GetWellFormedProjects(
    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.