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.
Contract for tag providers
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface ITagProvider(Of T)
[InheritedExportAttribute]
public interface ITagProvider<T>
[InheritedExportAttribute]
generic<typename T>
public interface class ITagProvider
[<InheritedExportAttribute>]
type ITagProvider<'T> = interface end
JScript does not support generic types or methods.
Type Parameters
- T
The ITagProvider<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ArtifactKind | Applicable artifact kind |
![]() |
SecurityProvider | Tag security provider |
![]() |
StorageProvider | Tag storage provider |
Top