C# 클래스 NuGet.VisualStudio.ProductUpdateBar

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: xero-github/Nuget 1 사용 예제들

공개 메소드들

메소드 설명
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