ILinking Interface
Interface for client-side linking mechanisms.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
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 | |
---|---|---|
GetArtifacts | Gets the artifact objects for the specified uniform resource identifiers (URIs). (Inherited from ILinkingProvider.) | |
GetArtifactUrl(String) | Gets the URL for an artifact for addressability in links. | |
GetArtifactUrl(ArtifactId) | Gets the URL for an artifact for addressability in links. | |
GetArtifactUrlExternal(String) | Gets the URL for an artifact for addressability in links. This version generates a URL for external access. | |
GetArtifactUrlExternal(ArtifactId) | Gets the URL for an artifact for addressability in links. This version generates a URL for external access. | |
GetReferencingArtifacts(array<String[]) | Gets the referencing artifact objects for the specified URIs. (Inherited from ILinkingConsumer.) | |
GetReferencingArtifacts(array<String[], array<LinkFilter[]) | Gets the referencing artifacts for the specified URIs. |
Top