This documentation is archived and is not being maintained.
ILinkingProvider.GetArtifacts Method
Visual Studio 2013
Gets the artifact objects for the specified uniform resource identifiers (URIs).
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- artifactUris
- Type: System.String[]
An array of URIs for which the artifact is desired.
Return Value
Type: Microsoft.TeamFoundation.Artifact[]An array of artifact objects that correspond to 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: