C# Класс NuGet.VisualStudio.ProductUpdateBar

Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProductUpdateBar ( IProductUpdateService productUpdateService ) : System
ShowUpdateBar ( System.Version currentVersion, System.Version newVersion ) : void

Приватные методы

Метод Описание
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

Описание методов

ProductUpdateBar() публичный Метод

public ProductUpdateBar ( IProductUpdateService productUpdateService ) : System
productUpdateService IProductUpdateService
Результат System

ShowUpdateBar() публичный Метод

public ShowUpdateBar ( System.Version currentVersion, System.Version newVersion ) : void
currentVersion System.Version
newVersion System.Version
Результат void