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.
filters
Type: array<Microsoft.TeamFoundation.LinkFilter[]The array of filters to apply to the results.
Return Value
Type: array<Microsoft.TeamFoundation.Artifact[]
The filtered array of artifacts that reference the specified URIs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.