C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableTeamExplorer

Test implementation of ITeamExplorer.
Inheritance: ITeamExplorer
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Свойство Type Description
AddStandardPages void
IServiceProvider object
ITeamExplorer ITeamExplorerPage
ITeamExplorer bool
ITeamExplorer void
ITeamExplorer void
ITeamExplorer void

Méthodes publiques

Méthode Description
AssertCurrentPage ( System.Guid pageId ) : void
ConfigurableTeamExplorer ( ) : Microsoft.TeamFoundation.Controls
ConfigurableTeamExplorer ( System.Guid startPage ) : Microsoft.TeamFoundation.Controls

Private Methods

Méthode Description
AddStandardPages ( ) : void
IServiceProvider ( Type serviceType ) : object
ITeamExplorer ( System.Guid pageId, object context ) : ITeamExplorerPage
ITeamExplorer ( System.Guid id ) : bool
ITeamExplorer ( ) : void
ITeamExplorer ( ITeamExplorerPage page ) : void
ITeamExplorer ( string message, NotificationType type, NotificationFlags flags, ICommand command, System.Guid id ) : void

Method Details

AssertCurrentPage() public méthode

public AssertCurrentPage ( System.Guid pageId ) : void
pageId System.Guid
Résultat void

ConfigurableTeamExplorer() public méthode

public ConfigurableTeamExplorer ( ) : Microsoft.TeamFoundation.Controls
Résultat Microsoft.TeamFoundation.Controls

ConfigurableTeamExplorer() public méthode

public ConfigurableTeamExplorer ( System.Guid startPage ) : Microsoft.TeamFoundation.Controls
startPage System.Guid
Résultat Microsoft.TeamFoundation.Controls