IClickOnceAddInInstaller.OnAddInDownloaded(AddInDownloadedArgs) Method

Definition

public:
 void OnAddInDownloaded(Microsoft::VisualStudio::Tools::Applications::Deployment::AddInDownloadedArgs ^ args);
public void OnAddInDownloaded (Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs args);
abstract member OnAddInDownloaded : Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadedArgs -> unit
Public Sub OnAddInDownloaded (args As AddInDownloadedArgs)

Parameters

Applies to