Share via


TeamFoundationLinkingService.GetReferencingArtifacts Method (TeamFoundationRequestContext, array<String )

Gets 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
Public Function GetReferencingArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    uriList As String() _
) As Artifact()
public Artifact[] GetReferencingArtifacts(
    TeamFoundationRequestContext requestContext,
    string[] uriList
)
public:
array<Artifact^>^ GetReferencingArtifacts(
    TeamFoundationRequestContext^ requestContext, 
    array<String^>^ uriList
)
member GetReferencingArtifacts : 
        requestContext:TeamFoundationRequestContext * 
        uriList:string[] -> Artifact[] 
public 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 provided artifact URLs.

.NET Framework Security

See Also

Reference

TeamFoundationLinkingService Class

GetReferencingArtifacts Overload

Microsoft.TeamFoundation.Server.Core Namespace