Freigeben über


TeamProjectCollectionService-Klasse

Vererbungshierarchie

System.Object
  Microsoft.TeamFoundation.Framework.Server.Alm.TeamProjectCollectionService

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationDatabaseSettings))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationServicingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationCatalogService))> _
Public NotInheritable Class TeamProjectCollectionService _
    Implements ITeamFoundationService, IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationDatabaseSettings))]
[TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCatalogService))]
public sealed class TeamProjectCollectionService : ITeamFoundationService, 
    IDisposable

Der TeamProjectCollectionService-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TeamProjectCollectionService

Zum Seitenanfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (Von Object geerbt.)
Öffentliche Methode GetCollectionProperties(TeamFoundationRequestContext, ServiceHostFilterFlags)
Öffentliche Methode GetCollectionProperties(TeamFoundationRequestContext, IList<Guid>, ServiceHostFilterFlags)
Öffentliche Methode GetCollectionProperties(TeamFoundationRequestContext, Guid, ServiceHostFilterFlags)
Öffentliche Methode GetHashCode Fungiert als Hashfunktion für einen bestimmten Typ. (Von Object geerbt.)
Öffentliche Methode GetType Ruft den Type der aktuellen Instanz ab. (Von Object geerbt.)
Öffentliche Methode QueryApplicationInstanceNode
Öffentliche Methode QueryCollectionCatalogNode
Öffentliche Methode QueryCollectionCatalogNodes
Öffentliche Methode QueryCollectionCatalogResource
Öffentliche Methode QueryCollectionCatalogResources
Öffentliche Methode QueueAssignCollection
Öffentliche Methode QueueAttachCollection
Öffentliche Methode QueueAttachPreTfs2010Databases
Öffentliche Methode QueueCreateCollection
Öffentliche Methode QueueCreateProject
Öffentliche Methode QueueDeleteCollection
Öffentliche Methode QueueDeleteProject
Öffentliche Methode QueueDetachCollection
Öffentliche Methode QueueServiceCollection
Öffentliche Methode QueueServiceCollections(TeamFoundationRequestContext, Boolean, array<String[])
Öffentliche Methode QueueServiceCollections(TeamFoundationRequestContext, IEnumerable<TeamProjectCollectionProperties>, Boolean, array<String[])
Öffentliche Methode QueueUpdateCollection
Öffentliche Methode ToString Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (Von Object geerbt.)

Zum Seitenanfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable.Dispose
Explizite SchnittstellenimplementierungPrivate Methode ITeamFoundationService.ServiceEnd
Explizite SchnittstellenimplementierungPrivate Methode ITeamFoundationService.ServiceStart

Zum Seitenanfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace