Kommentar
Å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 referencing artifact objects for the specified URIs.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function GetReferencingArtifacts ( _
artifactUriList As String() _
) As Artifact()
Artifact[] GetReferencingArtifacts(
string[] artifactUriList
)
array<Artifact^>^ GetReferencingArtifacts(
array<String^>^ artifactUriList
)
abstract GetReferencingArtifacts :
artifactUriList:string[] -> Artifact[]
function GetReferencingArtifacts(
artifactUriList : String[]
) : Artifact[]
Parameters
artifactUriList
Type: array<System.String[]The array of artifact URIs for whichthe referencing artifacts are desired.
Return Value
Type: array<Microsoft.TeamFoundation.Artifact[]
The referencing artifacts for 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.