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