IClickOnceAddInCancelableInstaller Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean) | |
OnAddInDownloadProgressChanged(AddInDownloadProgressChangedArgs) |
This API supports the product infrastructure and is not intended to be used directly from your code. (Inherited from IClickOnceAddInInstaller) |
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) |