C# Class GitHub.VisualStudio.Base.TeamExplorerSectionBase

Inheritance: TeamExplorerItemBase, ITeamExplorerSection, IServiceProviderAware
Afficher le fichier Open project: github/VisualStudio

Protected Properties

Свойство Type Description
connectionManager IConnectionManager

Private Properties

Свойство Type Description
GetExtensibilityService object

Méthodes publiques

Méthode Description
Loaded ( object sender, SectionLoadedEventArgs e ) : void
Refresh ( ) : void
SaveContext ( object sender, SectionSaveContextEventArgs e ) : void
TeamExplorerSectionBase ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder ) : System
TeamExplorerSectionBase ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, IConnectionManager cm ) : System
TeamExplorerSectionBase ( ITeamExplorerServiceHolder holder ) : System
TeamExplorerSectionBase ( ITeamExplorerServiceHolder holder, IConnectionManager cm ) : System

Méthodes protégées

Méthode Description
GetSection ( System.Guid section ) : ITeamExplorerSection
ITeamExplorerSection ( ) : void
ITeamExplorerSection ( object sender, SectionInitializeEventArgs e ) : void

Private Methods

Méthode Description
GetExtensibilityService ( Type serviceType ) : object

Method Details

GetSection() protected méthode

protected GetSection ( System.Guid section ) : ITeamExplorerSection
section System.Guid
Résultat ITeamExplorerSection

ITeamExplorerSection() protected méthode

protected ITeamExplorerSection ( ) : void
Résultat void

ITeamExplorerSection() protected méthode

protected ITeamExplorerSection ( object sender, SectionInitializeEventArgs e ) : void
sender object
e SectionInitializeEventArgs
Résultat void

Loaded() public méthode

public Loaded ( object sender, SectionLoadedEventArgs e ) : void
sender object
e SectionLoadedEventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SaveContext() public méthode

public SaveContext ( object sender, SectionSaveContextEventArgs e ) : void
sender object
e SectionSaveContextEventArgs
Résultat void

TeamExplorerSectionBase() public méthode

public TeamExplorerSectionBase ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder ) : System
apiFactory ISimpleApiClientFactory
holder ITeamExplorerServiceHolder
Résultat System

TeamExplorerSectionBase() public méthode

public TeamExplorerSectionBase ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, IConnectionManager cm ) : System
apiFactory ISimpleApiClientFactory
holder ITeamExplorerServiceHolder
cm IConnectionManager
Résultat System

TeamExplorerSectionBase() public méthode

public TeamExplorerSectionBase ( ITeamExplorerServiceHolder holder ) : System
holder ITeamExplorerServiceHolder
Résultat System

TeamExplorerSectionBase() public méthode

public TeamExplorerSectionBase ( ITeamExplorerServiceHolder holder, IConnectionManager cm ) : System
holder ITeamExplorerServiceHolder
cm IConnectionManager
Résultat System

Property Details

connectionManager protected_oe property

protected IConnectionManager connectionManager
Résultat IConnectionManager