TeamFoundationLinkingService.GetReferencingArtifacts 方法 (TeamFoundationRequestContext, array<String[])

获取引用提供的项目 URL 的项目。

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Public Function GetReferencingArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    uriList As String() _
) As Artifact()
public Artifact[] GetReferencingArtifacts(
    TeamFoundationRequestContext requestContext,
    string[] uriList
)

参数

  • uriList
    类型:array<System.String[]
    检索引用的 URL 项目。

返回值

类型:array<Microsoft.TeamFoundation.Artifact[]
提供的项目的 URL 引用的项目。

.NET Framework 安全性

请参阅

参考

TeamFoundationLinkingService 类

GetReferencingArtifacts 重载

Microsoft.TeamFoundation.Server.Core 命名空间