This documentation is archived and is not being maintained.

ILinkingConsumer.GetReferencingArtifacts Method

Gets the referencing artifact objects for the specified URIs.

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

function GetReferencingArtifacts(
	artifactUriList : String[]
) : Artifact[]

Parameters

artifactUriList
Type: System.String[]

The array of artifact URIs for whichthe referencing artifacts are desired.

Return Value

Type: Microsoft.TeamFoundation.Artifact[]
The referencing artifacts for the specified URIs.

Show: