ILinkingProvider Interface
Interface for classes which act as a linking provider for the Linking Service
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface ILinkingProvider
[InheritedExportAttribute]
public interface ILinkingProvider
[InheritedExportAttribute]
public interface class ILinkingProvider
[<InheritedExportAttribute>]
type ILinkingProvider = interface end
public interface ILinkingProvider
The ILinkingProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
Tool | The linking provider is a provider for the specified tool |
Top
Methods
Name | Description | |
---|---|---|
GetArtifacts | Gets the artifacts for the provided urls |
Top