IClickOnceAddInCancelableInstaller Interface

Definition

public interface class IClickOnceAddInCancelableInstaller : Microsoft::VisualStudio::Tools::Applications::Deployment::IClickOnceAddInInstaller
public interface IClickOnceAddInCancelableInstaller : Microsoft.VisualStudio.Tools.Applications.Deployment.IClickOnceAddInInstaller
type IClickOnceAddInCancelableInstaller = interface
    interface IClickOnceAddInInstaller
Public Interface IClickOnceAddInCancelableInstaller
Implements IClickOnceAddInInstaller
Implements

Methods

OnAddInDownloaded(AddInDownloadedArgs)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInDownloading(AddInDownloadingArgs, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInDownloadProgressChanged(AddInDownloadProgressChangedArgs)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInDownloadProgressChanged(AddInDownloadProgressChangedArgs, Boolean)
OnAddInInstalled(AddInInstalledArgs)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInInstalling(AddInInstallingArgs, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInManifestsDownloaded(AddInManifestsDownloadedArgs)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInManifestsDownloading(AddInManifestsDownloadingArgs, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInOffline(AddInOfflineArgs, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInProcessAbort(AddInProcessAbortArgs)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInUninstalled(AddInUninstalledArgs)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)
OnAddInUninstalling(AddInUninstallingArgs, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

(Inherited from IClickOnceAddInInstaller)

Applies to