IClickOnceAddInCancelableInstaller Interface

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

Namespace:  Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Interface IClickOnceAddInCancelableInstaller _
    Inherits IClickOnceAddInInstaller
public interface IClickOnceAddInCancelableInstaller : IClickOnceAddInInstaller

The IClickOnceAddInCancelableInstaller type exposes the following members.

Methods

  Name Description
Public method OnAddInDownloaded (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInDownloading (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInDownloadProgressChanged(AddInDownloadProgressChangedArgs) (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInDownloadProgressChanged(AddInDownloadProgressChangedArgs, Boolean%)
Public method OnAddInInstalled (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInInstalling (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInManifestsDownloaded (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInManifestsDownloading (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInOffline (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInProcessAbort (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInUninstalled (Inherited from IClickOnceAddInInstaller.)
Public method OnAddInUninstalling (Inherited from IClickOnceAddInInstaller.)

Top

See Also

Reference

Microsoft.VisualStudio.Tools.Applications.Deployment Namespace