C# Class ScrumPowerTools.TfsIntegration.VisualStudioAdapterBase

Inheritance: IVisualStudioAdapter
ファイルを表示 Open project: cqse/ScrumPowerTools

Private Properties

Property Type Description

Public Methods

Method Description
GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
GetCurrentSelectedQueryPath ( ) : Services.QueryPath
GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
ShowChangesetDetails ( int changesetId ) : void
VisualStudioAdapterBase ( DTE dte ) : System

Method Details

GetCurrent() public abstract method

public abstract GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
return Microsoft.TeamFoundation.Client.TfsTeamProjectCollection

GetCurrentSelectedQueryPath() public abstract method

public abstract GetCurrentSelectedQueryPath ( ) : Services.QueryPath
return Services.QueryPath

GetCurrentWorkSpace() public method

public GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
return Microsoft.TeamFoundation.VersionControl.Client.Workspace

ShowChangesetDetails() public abstract method

public abstract ShowChangesetDetails ( int changesetId ) : void
changesetId int
return void

VisualStudioAdapterBase() public method

public VisualStudioAdapterBase ( DTE dte ) : System
dte DTE
return System