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