C# 클래스 NuGet.VisualStudio.ProductUpdateService

상속: IProductUpdateService
파일 보기 프로젝트 열기: xero-github/Nuget

Private Properties

프로퍼티 타입 설명
ActivateUpdatesTab void
OnTimerTick void
RaiseUpdateEvent void
ShowUpdatesTabInExtensionManager void

공개 메소드들

메소드 설명
CheckForAvailableUpdateAsync ( ) : void
DeclineUpdate ( bool doNotRemindAgain ) : void
ProductUpdateService ( ) : System
ProductUpdateService ( IVsUIShell vsUIShell, IProductUpdateSettings productUpdateSettings ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
ActivateUpdatesTab ( Window extensionManager ) : void
OnTimerTick ( object sender, EventArgs e ) : void
RaiseUpdateEvent ( NuGet.VisualStudio.ProductUpdateAvailableEventArgs args ) : void
ShowUpdatesTabInExtensionManager ( ) : void

메소드 상세

CheckForAvailableUpdateAsync() 공개 메소드

public CheckForAvailableUpdateAsync ( ) : void
리턴 void

DeclineUpdate() 공개 메소드

public DeclineUpdate ( bool doNotRemindAgain ) : void
doNotRemindAgain bool
리턴 void

ProductUpdateService() 공개 메소드

public ProductUpdateService ( ) : System
리턴 System

ProductUpdateService() 공개 메소드

public ProductUpdateService ( IVsUIShell vsUIShell, IProductUpdateSettings productUpdateSettings ) : System
vsUIShell IVsUIShell
productUpdateSettings IProductUpdateSettings
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void