Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the artifact objects for the specified uniform resource identifiers (URIs).
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function GetArtifacts ( _
artifactUris As String() _
) As Artifact()
Artifact[] GetArtifacts(
string[] artifactUris
)
array<Artifact^>^ GetArtifacts(
array<String^>^ artifactUris
)
abstract GetArtifacts :
artifactUris:string[] -> Artifact[]
function GetArtifacts(
artifactUris : String[]
) : Artifact[]
Parameters
artifactUris
Type: array<System.String[]An array of URIs for which the artifact is desired.
Return Value
Type: array<Microsoft.TeamFoundation.Artifact[]
An array of artifact objects that correspond to 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.