ILinkingProvider.GetArtifacts Method
Gets the artifacts for the provided urls
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetArtifacts ( _
requestContext As TeamFoundationRequestContext, _
artifactUris As String() _
) As Artifact()
Artifact[] GetArtifacts(
TeamFoundationRequestContext requestContext,
string[] artifactUris
)
array<Artifact^>^ GetArtifacts(
TeamFoundationRequestContext^ requestContext,
array<String^>^ artifactUris
)
abstract GetArtifacts :
requestContext:TeamFoundationRequestContext *
artifactUris:string[] -> Artifact[]
function GetArtifacts(
requestContext : TeamFoundationRequestContext,
artifactUris : String[]
) : Artifact[]
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context
artifactUris
Type: array<System.String[]List of artifact uris for artifacts to retrieve
Return Value
Type: array<Microsoft.TeamFoundation.Artifact[]
The artifacts for the provided urls. Any null url elements will have a corresponding null entry in the artifact array. Also, urls which are not actual artifacts will have null in the artifact array.
.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.