Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.