C# Class ScrumPowerTools.TfsIntegration.Vs11VisualStudioAdapter

Inheritance: VisualStudioAdapterBase
Mostrar archivo Open project: cqse/ScrumPowerTools

Public Methods

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

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

Vs11VisualStudioAdapter() public method

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