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
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- uriList
类型:array<System.String[]
检索引用的 URL 项目。
- filters
类型:array<Microsoft.TeamFoundation.LinkFilter[]
应用程序的筛选器项目。在筛选器只包含的工具将用于检索引用项目。如果筛选器为空,则将使用所有工具。
返回值
类型:array<Microsoft.TeamFoundation.Artifact[]
提供的项目的 URL 引用的项目。生成的项目只来自于提供的筛选器包括的工具。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。