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