Represents the setup driver.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D188BF68-6BD3-4A81-9D6F-487E5291B061")> _
Public Interface IVsProjectAcquisitionSetupDriver
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D188BF68-6BD3-4A81-9D6F-487E5291B061")]
public interface IVsProjectAcquisitionSetupDriver
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D188BF68-6BD3-4A81-9D6F-487E5291B061")]
public interface class IVsProjectAcquisitionSetupDriver
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D188BF68-6BD3-4A81-9D6F-487E5291B061")>]
type IVsProjectAcquisitionSetupDriver =  interface end
public interface IVsProjectAcquisitionSetupDriver
The IVsProjectAcquisitionSetupDriver type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | SetupDriverGuid | The GUID of the setup driver. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Install | Installs the specified components. | 
Top