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

Inheritance: ITeamExplorerPage
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Property Type Description
ITeamExplorerPage object

Public Methods

Method Description
ConfigurableTeamExplorerPage ( System.Guid guid ) : Microsoft.TeamFoundation.Controls
IDisposable ( ) : void
ITeamExplorerPage ( ) : void
ITeamExplorerPage ( object sender, PageInitializeEventArgs e ) : void
ITeamExplorerPage ( object sender, PageLoadedEventArgs e ) : void
ITeamExplorerPage ( object sender, PageSaveContextEventArgs e ) : void

Private Methods

Method Description
ITeamExplorerPage ( Type serviceType ) : object

Method Details

ConfigurableTeamExplorerPage() public method

public ConfigurableTeamExplorerPage ( System.Guid guid ) : Microsoft.TeamFoundation.Controls
guid System.Guid
return Microsoft.TeamFoundation.Controls

IDisposable() public method

public IDisposable ( ) : void
return void

ITeamExplorerPage() public method

public ITeamExplorerPage ( ) : void
return void

ITeamExplorerPage() public method

public ITeamExplorerPage ( object sender, PageInitializeEventArgs e ) : void
sender object
e PageInitializeEventArgs
return void

ITeamExplorerPage() public method

public ITeamExplorerPage ( object sender, PageLoadedEventArgs e ) : void
sender object
e PageLoadedEventArgs
return void

ITeamExplorerPage() public method

public ITeamExplorerPage ( object sender, PageSaveContextEventArgs e ) : void
sender object
e PageSaveContextEventArgs
return void