IClickOnceAddInInstaller.OnAddInManifestsDownloading Method
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:
void OnAddInManifestsDownloading(Microsoft::VisualStudio::Tools::Applications::Deployment::AddInManifestsDownloadingArgs ^ args, [Runtime::InteropServices::Out] bool % cancel);
public void OnAddInManifestsDownloading (Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadingArgs args, out bool cancel);
abstract member OnAddInManifestsDownloading : Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadingArgs * bool -> unit
Public Sub OnAddInManifestsDownloading (args As AddInManifestsDownloadingArgs, ByRef cancel As Boolean)
Parameters
- cancel
- Boolean