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