ILinkingProvider Interface
Interface to be implemented by a linking artifact provider.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Interface ILinkingProvider
public interface ILinkingProvider
public interface class ILinkingProvider
type ILinkingProvider = interface end
public interface ILinkingProvider
The ILinkingProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetArtifacts | Gets the artifact objects for the specified uniform resource identifiers (URIs). |
Top