Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub EnsureTeamProjectsExistsInCatalog ( _
    requestContext As TeamFoundationRequestContext, _
    projects As IEnumerable(Of CommonStructureProjectInfo) _
)
void EnsureTeamProjectsExistsInCatalog(
    TeamFoundationRequestContext requestContext,
    IEnumerable<CommonStructureProjectInfo> projects
)
void EnsureTeamProjectsExistsInCatalog(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<CommonStructureProjectInfo^>^ projects
)
abstract EnsureTeamProjectsExistsInCatalog : 
        requestContext:TeamFoundationRequestContext * 
        projects:IEnumerable<CommonStructureProjectInfo> -> unit
function EnsureTeamProjectsExistsInCatalog(
    requestContext : TeamFoundationRequestContext, 
    projects : IEnumerable<CommonStructureProjectInfo>
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projects
 Type: System.Collections.Generic.IEnumerable<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.