ILinkingConsumer.GetReferencingArtifacts Method

Get artifacts which reference the provided artifact urls

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Function GetReferencingArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    uriList As String() _
) As Artifact()
Artifact[] GetReferencingArtifacts(
    TeamFoundationRequestContext requestContext,
    string[] uriList
)
array<Artifact^>^ GetReferencingArtifacts(
    TeamFoundationRequestContext^ requestContext, 
    array<String^>^ uriList
)
abstract GetReferencingArtifacts : 
        requestContext:TeamFoundationRequestContext * 
        uriList:string[] -> Artifact[] 
function GetReferencingArtifacts(
    requestContext : TeamFoundationRequestContext, 
    uriList : String[]
) : Artifact[]

Parameters

  • uriList
    Type: array<System.String[]

    The urls to retrieve referencing artifacts for

Return Value

Type: array<Microsoft.TeamFoundation.Artifact[]
The referencing artifacts for the provded artifact urls

.NET Framework Security

See Also

Reference

ILinkingConsumer Interface

Microsoft.TeamFoundation.Server.Core Namespace