Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Sub EnsureTeamProjectsExistsInCatalog ( _
    requestContext As TeamFoundationRequestContext, _
    projects As IEnumerable(Of ProjectInfo) _
)
public void EnsureTeamProjectsExistsInCatalog(
    TeamFoundationRequestContext requestContext,
    IEnumerable<ProjectInfo> projects
)
public:
void EnsureTeamProjectsExistsInCatalog(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<ProjectInfo^>^ projects
)
member EnsureTeamProjectsExistsInCatalog : 
        requestContext:TeamFoundationRequestContext * 
        projects:IEnumerable<ProjectInfo> -> unit 
public function EnsureTeamProjectsExistsInCatalog(
    requestContext : TeamFoundationRequestContext, 
    projects : IEnumerable<ProjectInfo>
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projects
 Type: System.Collections.Generic.IEnumerable<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.