Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interface for client-side linking mechanisms.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Interface ILinking _
    Inherits ILinkingProvider, ILinkingConsumer
public interface ILinking : ILinkingProvider, 
    ILinkingConsumer
public interface class ILinking : ILinkingProvider, 
    ILinkingConsumer
type ILinking =  
    interface 
        interface ILinkingProvider 
        interface ILinkingConsumer 
    end
public interface ILinking extends ILinkingProvider, ILinkingConsumer
The ILinking type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetArtifacts | Gets the artifact objects for the specified uniform resource identifiers (URIs). (Inherited from ILinkingProvider.) | 
| .gif) | GetArtifactUrl(String) | Gets the URL for an artifact for addressability in links. | 
| .gif) | GetArtifactUrl(ArtifactId) | Gets the URL for an artifact for addressability in links. | 
| .gif) | GetArtifactUrlExternal(String) | Gets the URL for an artifact for addressability in links. This version generates a URL for external access. | 
| .gif) | GetArtifactUrlExternal(ArtifactId) | Gets the URL for an artifact for addressability in links. This version generates a URL for external access. | 
| .gif) | GetReferencingArtifacts(array<String[]) | Gets the referencing artifact objects for the specified URIs. (Inherited from ILinkingConsumer.) | 
| .gif) | GetReferencingArtifacts(array<String[], array<LinkFilter[]) | Gets the referencing artifacts for the specified URIs. | 
Top