IVsProjectAcquisitionSetupDriver3.Install2 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:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Install2(System::String ^ operation, System::String ^ additionalParameters, Guid activityId, System::String ^ offlineBootstrapperPath, System::String ^ offlineInstallerPath);
public Microsoft.VisualStudio.Shell.Interop.IVsTask Install2 (string operation, string additionalParameters, Guid activityId, string offlineBootstrapperPath, string offlineInstallerPath);
abstract member Install2 : string * string * Guid * string * string -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function Install2 (operation As String, additionalParameters As String, activityId As Guid, offlineBootstrapperPath As String, offlineInstallerPath As String) As IVsTask
Parameters
- operation
- String
- additionalParameters
- String
- activityId
- Guid
- offlineBootstrapperPath
- String
- offlineInstallerPath
- String