Freigeben über


CommonStructureService.EnsureTeamProjectsExistsInCatalog-Methode

Erstellt die Katalogeinträge für das neue Projekt.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub EnsureTeamProjectsExistsInCatalog ( _
    requestContext As TeamFoundationRequestContext, _
    projects As IEnumerable(Of CommonStructureProjectInfo) _
)
public void EnsureTeamProjectsExistsInCatalog(
    TeamFoundationRequestContext requestContext,
    IEnumerable<CommonStructureProjectInfo> projects
)

Parameter

Implementiert

ICommonStructureService.EnsureTeamProjectsExistsInCatalog(TeamFoundationRequestContext, IEnumerable<CommonStructureProjectInfo>)

.NET Framework-Sicherheit

Siehe auch

Referenz

CommonStructureService Klasse

Microsoft.TeamFoundation.Integration.Server-Namespace