IVsTrackProjectRetargeting2.GetSetupDriver Method

Definition

Gets the specified setup driver.

public:
 int GetSetupDriver(Guid driverId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProjectAcquisitionSetupDriver ^ % pDriver);
public int GetSetupDriver (Guid driverId, out Microsoft.VisualStudio.Shell.Interop.IVsProjectAcquisitionSetupDriver pDriver);
abstract member GetSetupDriver : Guid * IVsProjectAcquisitionSetupDriver -> int
Public Function GetSetupDriver (driverId As Guid, ByRef pDriver As IVsProjectAcquisitionSetupDriver) As Integer

Parameters

driverId
Guid

The driver ID.

pDriver
IVsProjectAcquisitionSetupDriver

[out] The driver.

Returns

The HRESULT.

Applies to