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
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo[]
Returns CommonStructureProjectInfo.
Implements
ICommonStructureService.GetWellFormedProjects(TeamFoundationRequestContext)
.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.