다음을 통해 공유


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> 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetTagsForArtifacts 아티팩트 목록 태그 연결 가져오기
Public 메서드 GetTagsForVersionedArtifacts 특정 버전의 아티팩트 목록을 태그 연결 가져오기
Public 메서드 GetTagsHistoryForArtifact 아티팩트에 대 한 태그 연결 기록 가져오기
Public 메서드 QueryArtifacts 태그의 집합의 교집합에 있는 아티팩트를 검색 합니다.
Public 메서드 UpdateTagsForArtifact(TeamFoundationRequestContext, T, IEnumerable<Guid>, IEnumerable<Guid>, Guid) 아티팩트 아티팩트 태그 연결 버전에 대 한 연결을 증가 하는 태그를 제거 및 추가
Public 메서드 UpdateTagsForArtifact(TeamFoundationRequestContext, T, IEnumerable<Guid>, IEnumerable<Guid>, Guid, Int32) 추가 하 고 특정 버전에서 아티팩트에 대 한 태그 연결 제거

위쪽

참고 항목

참조

Microsoft.TeamFoundation.Server.Core 네임스페이스