CommonStructureService.GetWellFormedProjects Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'宣告
Public Function GetWellFormedProjects ( _
requestContext As TeamFoundationRequestContext _
) As ProjectInfo()
public ProjectInfo[] GetWellFormedProjects(
TeamFoundationRequestContext requestContext
)
public:
array<ProjectInfo^>^ GetWellFormedProjects(
TeamFoundationRequestContext^ requestContext
)
member GetWellFormedProjects :
requestContext:TeamFoundationRequestContext -> ProjectInfo[]
public function GetWellFormedProjects(
requestContext : TeamFoundationRequestContext
) : ProjectInfo[]
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
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.