ILinking.GetReferencingArtifacts Method (array<String[], array<LinkFilter )

Gets the referencing artifacts for the specified URIs.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

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

Parameters

  • uriList
    Type: array<System.String[]

    The array of URIs for which to find referencing artifacts.

Return Value

Type: array<Microsoft.TeamFoundation.Artifact[]
The filtered array of artifacts that reference the specified URIs.

.NET Framework Security

See Also

Reference

ILinking Interface

GetReferencingArtifacts Overload

Microsoft.TeamFoundation Namespace