C# Class GitHub.VisualStudio.Base.TeamExplorerSectionBase

Inheritance: TeamExplorerItemBase, ITeamExplorerSection, IServiceProviderAware
显示文件 Open project: github/VisualStudio

Protected Properties

Property Type Description
connectionManager IConnectionManager

Private Properties

Property Type Description
GetExtensibilityService object

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
GetExtensibilityService ( Type serviceType ) : object

Method Details

GetSection() protected method

protected GetSection ( System.Guid section ) : ITeamExplorerSection
section System.Guid
return ITeamExplorerSection

ITeamExplorerSection() protected method

protected ITeamExplorerSection ( ) : void
return void

ITeamExplorerSection() protected method

protected ITeamExplorerSection ( object sender, SectionInitializeEventArgs e ) : void
sender object
e SectionInitializeEventArgs
return void

Loaded() public method

public Loaded ( object sender, SectionLoadedEventArgs e ) : void
sender object
e SectionLoadedEventArgs
return void

Refresh() public method

public Refresh ( ) : void
return void

SaveContext() public method

public SaveContext ( object sender, SectionSaveContextEventArgs e ) : void
sender object
e SectionSaveContextEventArgs
return void

TeamExplorerSectionBase() public method

public TeamExplorerSectionBase ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder ) : System
apiFactory ISimpleApiClientFactory
holder ITeamExplorerServiceHolder
return System

TeamExplorerSectionBase() public method

public TeamExplorerSectionBase ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, IConnectionManager cm ) : System
apiFactory ISimpleApiClientFactory
holder ITeamExplorerServiceHolder
cm IConnectionManager
return System

TeamExplorerSectionBase() public method

public TeamExplorerSectionBase ( ITeamExplorerServiceHolder holder ) : System
holder ITeamExplorerServiceHolder
return System

TeamExplorerSectionBase() public method

public TeamExplorerSectionBase ( ITeamExplorerServiceHolder holder, IConnectionManager cm ) : System
holder ITeamExplorerServiceHolder
cm IConnectionManager
return System

Property Details

connectionManager protected_oe property

protected IConnectionManager connectionManager
return IConnectionManager