IVsProjectAcquisitionSetupDriver2.Install 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.
Overloads
Install(Object) | |
Install(String, String, Guid) |
Install(Object)
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Install(System::Object ^ components);
public Microsoft.VisualStudio.Shell.Interop.IVsTask Install (object components);
abstract member Install : obj -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function Install (components As Object) As IVsTask
Parameters
- components
- Object
Returns
Implements
Applies to
Install(String, String, Guid)
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Install(System::String ^ operation, System::String ^ additionalParameters, Guid activityId);
public Microsoft.VisualStudio.Shell.Interop.IVsTask Install (string operation, string additionalParameters, Guid activityId);
abstract member Install : string * string * Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function Install (operation As String, additionalParameters As String, activityId As Guid) As IVsTask
Parameters
- operation
- String
- additionalParameters
- String
- activityId
- Guid