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

获取引用限制使用提供的筛选器的提供的项目 URL 范围的项目。

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

语法

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

参数

  • uriList
    类型:array<System.String[]
    检索引用的 URL 项目。
  • filters
    类型:array<Microsoft.TeamFoundation.LinkFilter[]
    应用程序的筛选器项目。在筛选器只包含的工具将用于检索引用项目。如果筛选器为空,则将使用所有工具。

返回值

类型:array<Microsoft.TeamFoundation.Artifact[]
提供的项目的 URL 引用的项目。生成的项目只来自于提供的筛选器包括的工具。

.NET Framework 安全性

请参阅

参考

TeamFoundationLinkingService 类

GetReferencingArtifacts 重载

Microsoft.TeamFoundation.Server.Core 命名空间