IClickOnceAddInInstaller.OnAddInProcessAbort(AddInProcessAbortArgs) 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 OnAddInProcessAbort(Microsoft::VisualStudio::Tools::Applications::Deployment::AddInProcessAbortArgs ^ args);
public void OnAddInProcessAbort (Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs args);
abstract member OnAddInProcessAbort : Microsoft.VisualStudio.Tools.Applications.Deployment.AddInProcessAbortArgs -> unit
Public Sub OnAddInProcessAbort (args As AddInProcessAbortArgs)