Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.