C# Class ScrumPowerTools.TfsIntegration.VisualStudioAdapterBase

Inheritance: IVisualStudioAdapter
Afficher le fichier Open project: cqse/ScrumPowerTools

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public abstract GetCurrent ( ) : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Résultat Microsoft.TeamFoundation.Client.TfsTeamProjectCollection

GetCurrentSelectedQueryPath() public abstract méthode

public abstract GetCurrentSelectedQueryPath ( ) : Services.QueryPath
Résultat Services.QueryPath

GetCurrentWorkSpace() public méthode

public GetCurrentWorkSpace ( ) : Microsoft.TeamFoundation.VersionControl.Client.Workspace
Résultat Microsoft.TeamFoundation.VersionControl.Client.Workspace

ShowChangesetDetails() public abstract méthode

public abstract ShowChangesetDetails ( int changesetId ) : void
changesetId int
Résultat void

VisualStudioAdapterBase() public méthode

public VisualStudioAdapterBase ( DTE dte ) : System
dte DTE
Résultat System