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.
Creates the catalog entries for the newly created project.
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
)
public:
virtual void EnsureTeamProjectsExistsInCatalog(
TeamFoundationRequestContext^ requestContext,
IEnumerable<CommonStructureProjectInfo^>^ projects
) sealed
abstract EnsureTeamProjectsExistsInCatalog :
requestContext:TeamFoundationRequestContext *
projects:IEnumerable<CommonStructureProjectInfo> -> unit
override EnsureTeamProjectsExistsInCatalog :
requestContext:TeamFoundationRequestContext *
projects:IEnumerable<CommonStructureProjectInfo> -> unit
public final function EnsureTeamProjectsExistsInCatalog(
requestContext : TeamFoundationRequestContext,
projects : IEnumerable<CommonStructureProjectInfo>
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projects
Type: System.Collections.Generic.IEnumerable<CommonStructureProjectInfo>
Implements
.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.