Share via


IVsProjectAcquisitionSetupDriver.Install(Object) Method

Definition

Installs the specified components.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Install(System::Object ^ components);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Install(Platform::Object ^ components);
Microsoft::VisualStudio::Shell::Interop::IVsTask Install(winrt::Windows::Foundation::IInspectable const & 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

The components.

Returns

The HRESULT.

Applies to