IVsProjectAcquisitionSetupDriver.Install(Object) 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.
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.