TeamFoundationTaggingService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationTaggingService

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

Syntax

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationPropertyService))> _
Public NotInheritable Class TeamFoundationTaggingService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationPropertyService))]
public sealed class TeamFoundationTaggingService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationPropertyService))]
public ref class TeamFoundationTaggingService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationPropertyService))>]
type TeamFoundationTaggingService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationTaggingService implements ITeamFoundationService

The TeamFoundationTaggingService type exposes the following members.

Methods

  Name Description
Public method ClearArtifactTags<T>(TeamFoundationRequestContext, Guid, T)
Public method ClearArtifactTags<T>(TeamFoundationRequestContext, Guid, T, IEnumerable<Guid>)
Public method CreateTagDefinition(TeamFoundationRequestContext, String)
Public method CreateTagDefinition(TeamFoundationRequestContext, String, IEnumerable<Guid>)
Public method DeleteTagDefinition
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetArtifactTags<T>(TeamFoundationRequestContext, Guid, IEnumerable<T>)
Public method GetArtifactTags<T>(TeamFoundationRequestContext, Guid, T)
Public method GetAvailableArtifactKinds
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetTagArtifacts<T>
Public method GetTagDefinition(TeamFoundationRequestContext, Guid)
Public method GetTagDefinition(TeamFoundationRequestContext, String)
Public method GetTagDefinitions(TeamFoundationRequestContext)
Public method GetTagDefinitions(TeamFoundationRequestContext, IEnumerable<Guid>)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method QueryArtifacts<T>
Public method QueryTagDefinitions
Public method RenameTagDefinition
Public method SetArtifactTags<T>
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodStatic member ValidateTagName

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace