CommonStructureService.EnsureTeamProjectsExistsInCatalog 方法

创建新创建的项目的目录词条。

命名空间:  Microsoft.TeamFoundation.Integration.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

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

参数

实现

ICommonStructureService.EnsureTeamProjectsExistsInCatalog(TeamFoundationRequestContext, IEnumerable<CommonStructureProjectInfo>)

.NET Framework 安全性

请参见

参考

CommonStructureService 类

Microsoft.TeamFoundation.Integration.Server 命名空间