C# 클래스 ScrumPowerTools.TfsIntegration.VisualStudioAdapterBase

상속: IVisualStudioAdapter
파일 보기 프로젝트 열기: cqse/ScrumPowerTools

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
GetCurrentSelectedQueryPath ( ) : Services.QueryPath
GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
ShowChangesetDetails ( int changesetId ) : void
VisualStudioAdapterBase ( DTE dte ) : System

메소드 상세

GetCurrent() 공개 추상적인 메소드

public abstract GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
리턴 Microsoft.TeamFoundation.Client.TfsTeamProjectCollection

GetCurrentSelectedQueryPath() 공개 추상적인 메소드

public abstract GetCurrentSelectedQueryPath ( ) : Services.QueryPath
리턴 Services.QueryPath

GetCurrentWorkSpace() 공개 메소드

public GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
리턴 Microsoft.TeamFoundation.VersionControl.Client.Workspace

ShowChangesetDetails() 공개 추상적인 메소드

public abstract ShowChangesetDetails ( int changesetId ) : void
changesetId int
리턴 void

VisualStudioAdapterBase() 공개 메소드

public VisualStudioAdapterBase ( DTE dte ) : System
dte DTE
리턴 System