共用方式為


ITagStorageProvider<T>.GetTagsForArtifacts 方法

取得成品清單的標籤關聯

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Function GetTagsForArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    artifactIds As IEnumerable(Of T) _
) As IEnumerable(Of ArtifactTagIds(Of T))
IEnumerable<ArtifactTagIds<T>> GetTagsForArtifacts(
    TeamFoundationRequestContext requestContext,
    IEnumerable<T> artifactIds
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<ArtifactTagIds<T>>
標記有標記的每個成品的關聯,沒有標記關聯可以篩選的成品

.NET Framework 安全性

請參閱

參考

ITagStorageProvider<T> 介面

Microsoft.TeamFoundation.Server.Core 命名空間