IVsProjectAcquisitionSetupDriver Interface

Definition

Represents the setup driver.

public interface class IVsProjectAcquisitionSetupDriver
public interface class IVsProjectAcquisitionSetupDriver
__interface IVsProjectAcquisitionSetupDriver
[System.Runtime.InteropServices.Guid("D188BF68-6BD3-4A81-9D6F-487E5291B061")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectAcquisitionSetupDriver
[<System.Runtime.InteropServices.Guid("D188BF68-6BD3-4A81-9D6F-487E5291B061")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectAcquisitionSetupDriver = interface
Public Interface IVsProjectAcquisitionSetupDriver
Derived
Attributes

Properties

SetupDriverGuid

The GUID of the setup driver.

Methods

Install(Object)

Installs the specified components.

Applies to