Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Public Function GetArtifacts ( _
requestContext As TeamFoundationRequestContext, _
artifactUriList As String() _
) As Artifact()
public Artifact[] GetArtifacts(
TeamFoundationRequestContext requestContext,
string[] artifactUriList
)
public:
array<Artifact^>^ GetArtifacts(
TeamFoundationRequestContext^ requestContext,
array<String^>^ artifactUriList
)
member GetArtifacts :
requestContext:TeamFoundationRequestContext *
artifactUriList:string[] -> Artifact[]
public function GetArtifacts(
requestContext : TeamFoundationRequestContext,
artifactUriList : String[]
) : Artifact[]
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe requestContext.
artifactUriList
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.