ITagProvider<T> Interface

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
Public property ArtifactKind Applicable artifact kind
Public property SecurityProvider Tag security provider
Public property StorageProvider Tag storage provider

Top

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace