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
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Team Foundation 需要內容
- artifactIds
類型:System.Collections.Generic.IEnumerable<T>
成品 ID
傳回值
類型:System.Collections.Generic.IEnumerable<ArtifactTagIds<T>>
標記有標記的每個成品的關聯,沒有標記關聯可以篩選的成品
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。