ILinkingProvider Interface

Defines a method that enables a caller to navigate to and display an Artifact without any knowledge of the Artifact or the Artifact’s type.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Interface ILinkingProvider
'Usage
Dim instance As ILinkingProvider
public interface ILinkingProvider
public interface class ILinkingProvider
public interface ILinkingProvider

Remarks

All artifact providers must implement the interface ILinkingProvider found in the Microsoft.TeamFoundation.Server namespace on their registered Web service interface. The artifact provider may also implement the IClientLinking interface in the same namespace on the client. This includes ExecuteDefaultAction. This method enables a caller to navigate to and display an Artifact without any knowledge of the Artifact or the Artifact’s type.

See Also

Reference

ILinkingProvider Members

Microsoft.TeamFoundation Namespace