C# Class Company.BuildStatisticsSample.BuildStatisticsSection

Inheritance: ITeamExplorerSection
Show file Open project: msbuild-book/samples-v3

Public Methods

Method Description
BuildStatisticsSection ( ) : System
Cancel ( ) : void
Dispose ( ) : void
GetExtensibilityService ( Type serviceType ) : object
Initialize ( object sender, SectionInitializeEventArgs e ) : void
Loaded ( object sender, SectionLoadedEventArgs e ) : void
Refresh ( ) : void
RefreshAsync ( ) : System.Threading.Tasks.Task
SaveContext ( object sender, SectionSaveContextEventArgs e ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

BuildStatisticsSection() public method

public BuildStatisticsSection ( ) : System
return System

Cancel() public method

public Cancel ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetExtensibilityService() public method

public GetExtensibilityService ( Type serviceType ) : object
serviceType System.Type
return object

Initialize() public method

public Initialize ( 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

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Refresh() public method

public Refresh ( ) : void
return void

RefreshAsync() public method

public RefreshAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SaveContext() public method

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