IClickOnceAddInInstaller Interface

 

This API supports the product 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)

public interface class IClickOnceAddInInstaller

NameDescription
System_CAPS_pubmethodOnAddInDownloaded(AddInDownloadedArgs^)

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

System_CAPS_pubmethodOnAddInDownloading(AddInDownloadingArgs^, Boolean%)

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

System_CAPS_pubmethodOnAddInDownloadProgressChanged(AddInDownloadProgressChangedArgs^)

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

System_CAPS_pubmethodOnAddInInstalled(AddInInstalledArgs^)

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

System_CAPS_pubmethodOnAddInInstalling(AddInInstallingArgs^, Boolean%)

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

System_CAPS_pubmethodOnAddInManifestsDownloaded(AddInManifestsDownloadedArgs^)

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

System_CAPS_pubmethodOnAddInManifestsDownloading(AddInManifestsDownloadingArgs^, Boolean%)

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

System_CAPS_pubmethodOnAddInOffline(AddInOfflineArgs^, Boolean%)

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

System_CAPS_pubmethodOnAddInProcessAbort(AddInProcessAbortArgs^)

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

System_CAPS_pubmethodOnAddInUninstalled(AddInUninstalledArgs^)

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

System_CAPS_pubmethodOnAddInUninstalling(AddInUninstallingArgs^, Boolean%)

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

Return to top
Show: