ILinkingConsumer Interface
Interface to be implemented by a linking artifact consumer.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public Interface ILinkingConsumer
public interface ILinkingConsumer
public interface class ILinkingConsumer
type ILinkingConsumer = interface end
public interface ILinkingConsumer
The ILinkingConsumer type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetReferencingArtifacts | Gets the referencing artifact objects for the specified URIs. |
Top