C# Class NuGet.VisualStudio.ProductUpdateBar

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: xero-github/Nuget Class Usage Examples

Méthodes publiques

Méthode Description
ProductUpdateBar ( IProductUpdateService productUpdateService ) : System
ShowUpdateBar ( System.Version currentVersion, System.Version newVersion ) : void

Private Methods

Méthode Description
HideUpdateBar ( ) : void
OnDeclineUpdateLinkClick ( object sender, RoutedEventArgs e ) : void
OnDeclineUpdateLinkClickNoRemind ( object sender, RoutedEventArgs e ) : void
OnUpdateAvailable ( object sender, NuGet.VisualStudio.ProductUpdateAvailableEventArgs e ) : void
OnUpdateLinkClick ( object sender, RoutedEventArgs e ) : void

Method Details

ProductUpdateBar() public méthode

public ProductUpdateBar ( IProductUpdateService productUpdateService ) : System
productUpdateService IProductUpdateService
Résultat System

ShowUpdateBar() public méthode

public ShowUpdateBar ( System.Version currentVersion, System.Version newVersion ) : void
currentVersion System.Version
newVersion System.Version
Résultat void