IVsTrackProjectRetargeting2.GetSetupDriver 方法

定义

获取指定的安装驱动程序。

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

参数

driverId
Guid

驱动程序 ID。

pDriver
IVsProjectAcquisitionSetupDriver

弄驱动程序。

返回

Int32

此 HRESULT。

适用于