TeamFoundationConnectedServicesService, classe
Hiérarchie d'héritage
System.Object
Microsoft.TeamFoundation.Server.Core.TeamFoundationConnectedServicesService
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<TeamFoundationServiceDependency(GetType(TeamFoundationStrongBoxService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
<TeamFoundationServiceDependency(GetType(CommonStructureService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
Public NotInheritable Class TeamFoundationConnectedServicesService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationStrongBoxService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
[TeamFoundationServiceDependency(typeof(CommonStructureService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public sealed class TeamFoundationConnectedServicesService : ITeamFoundationService
Le type TeamFoundationConnectedServicesService expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CreateConnectedService | Créez un service connecté associé à ce projet. | |
DeleteConnectedService | Supprime le service connecté associé. | |
DoesConnectedServiceExist | Vérifie si un service connecté existe n'importe où dans la collection, si l'utilisateur dispose des autorisations maximales du projet spécifié. | |
Equals | Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.) | |
GetConnectedService | Obtient toutes les informations (secret) pour un service connecté. | |
GetHashCode | Sert de fonction de hachage par défaut. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
QueryConnectedServices | Interroge les services connectés et retourne une liste de toutes les métadonnées connectées de services (non secret) associées à ce projet. | |
ServiceEnd | ||
ServiceStart | ||
ToString | Retourne une chaîne qui représente l'objet actif. (Hérité de Object.) |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.