ILinkingConsumer.GetReferencingArtifacts Method

Gets the referencing artifact objects for the specified URIs.

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

Syntax

'Declaration
Function GetReferencingArtifacts ( _
    artifactUriList As String() _
) As Artifact()
Artifact[] GetReferencingArtifacts(
    string[] artifactUriList
)
array<Artifact^>^ GetReferencingArtifacts(
    array<String^>^ artifactUriList
)
abstract GetReferencingArtifacts : 
        artifactUriList:string[] -> Artifact[] 
function GetReferencingArtifacts(
    artifactUriList : String[]
) : Artifact[]

Parameters

  • artifactUriList
    Type: array<System.String[]

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

Return Value

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

.NET Framework Security

See Also

Reference

ILinkingConsumer Interface

Microsoft.TeamFoundation Namespace