This documentation is archived and is not being maintained.
ILinking.GetReferencingArtifacts Method (String[], LinkFilter[])
Visual Studio 2013
Gets the referencing artifacts for the specified URIs.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
function GetReferencingArtifacts(
uriList : String[],
filters : LinkFilter[]
) : Artifact[]
Parameters
- uriList
- Type: System.String[]
The array of URIs for which to find referencing artifacts.
- filters
- Type: Microsoft.TeamFoundation.LinkFilter[]
The array of filters to apply to the results.
Return Value
Type: Microsoft.TeamFoundation.Artifact[]The filtered array of artifacts that reference the specified URIs.
- 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.
Show: