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