ITagStorageProvider<T>.QueryArtifacts 方法

搜索项目在交集标记。

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

语法

声明
Function QueryArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    tagIds As IEnumerable(Of Guid) _
) As IEnumerable(Of T)
IEnumerable<T> QueryArtifacts(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> tagIds
)

参数

返回值

类型:System.Collections.Generic.IEnumerable<T>

.NET Framework 安全性

请参阅

参考

ITagStorageProvider<T> 接口

Microsoft.TeamFoundation.Server.Core 命名空间