共用方式為


ITagStorageProvider<T> 介面

標記儲存提供者的合約。

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

語法

'宣告
<InheritedExportAttribute> _
Public Interface ITagStorageProvider(Of T)
[InheritedExportAttribute]
public interface ITagStorageProvider<T>

類型參數

  • T
    成品 ID 型別

ITagStorageProvider<T> 類型會公開下列成員。

方法

  名稱 描述
公用方法 GetTagsForArtifacts 取得成品清單的標籤關聯
公用方法 GetTagsForVersionedArtifacts 取得成品清單的標籤關聯根據特定版本
公用方法 GetTagsHistoryForArtifact 取得變形的標籤關聯記錄
公用方法 QueryArtifacts 搜尋成品集中的交集標記。
公用方法 UpdateTagsForArtifact(TeamFoundationRequestContext, T, IEnumerable<Guid>, IEnumerable<Guid>, Guid) 加入和移除成品的版本,就會將該成品標記與標記相關聯
公用方法 UpdateTagsForArtifact(TeamFoundationRequestContext, T, IEnumerable<Guid>, IEnumerable<Guid>, Guid, Int32) 加入和移除成品的標籤關聯的特定版本

回頁首

請參閱

參考

Microsoft.TeamFoundation.Server.Core 命名空間