C# Class NuGet.VisualStudio.ProductUpdateService

Inheritance: IProductUpdateService
Afficher le fichier Open project: xero-github/Nuget

Private Properties

Свойство Type Description
ActivateUpdatesTab void
OnTimerTick void
RaiseUpdateEvent void
ShowUpdatesTabInExtensionManager void

Méthodes publiques

Méthode Description
CheckForAvailableUpdateAsync ( ) : void
DeclineUpdate ( bool doNotRemindAgain ) : void
ProductUpdateService ( ) : System
ProductUpdateService ( IVsUIShell vsUIShell, IProductUpdateSettings productUpdateSettings ) : System
Update ( ) : void

Private Methods

Méthode Description
ActivateUpdatesTab ( Window extensionManager ) : void
OnTimerTick ( object sender, EventArgs e ) : void
RaiseUpdateEvent ( NuGet.VisualStudio.ProductUpdateAvailableEventArgs args ) : void
ShowUpdatesTabInExtensionManager ( ) : void

Method Details

CheckForAvailableUpdateAsync() public méthode

public CheckForAvailableUpdateAsync ( ) : void
Résultat void

DeclineUpdate() public méthode

public DeclineUpdate ( bool doNotRemindAgain ) : void
doNotRemindAgain bool
Résultat void

ProductUpdateService() public méthode

public ProductUpdateService ( ) : System
Résultat System

ProductUpdateService() public méthode

public ProductUpdateService ( IVsUIShell vsUIShell, IProductUpdateSettings productUpdateSettings ) : System
vsUIShell IVsUIShell
productUpdateSettings IProductUpdateSettings
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void