C# Class ScrumPowerTools.TfsIntegration.Vs10VisualStudioAdapter

Inheritance: VisualStudioAdapterBase
Show file Open project: cqse/ScrumPowerTools

Private Properties

Property Type Description
GetSelectedCanonicalNameFromTeamExplorer string

Public Methods

Method Description
GetCurrent ( ) : TfsTeamProjectCollection
GetCurrentSelectedQueryPath ( ) : QueryPath
ShowChangesetDetails ( int changesetId ) : void
Vs10VisualStudioAdapter ( DTE dte ) : System

Private Methods

Method Description
GetSelectedCanonicalNameFromTeamExplorer ( IVsTeamExplorer teamExplorer ) : string

Method Details

GetCurrent() public method

public GetCurrent ( ) : TfsTeamProjectCollection
return TfsTeamProjectCollection

GetCurrentSelectedQueryPath() public method

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

ShowChangesetDetails() public method

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

Vs10VisualStudioAdapter() public method

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