IVsTrackProjectRetargeting2.GetSetupDriver 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的安装驱动程序。
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
弄驱动程序。
返回
此 HRESULT。