IVsTrackProjectRetargeting2.GetSetupDriver(Guid, IVsProjectAcquisitionSetupDriver) Método

Definição

Obtém o driver de instalação especificado.

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

Parâmetros

driverId
Guid

A ID do driver.

pDriver
IVsProjectAcquisitionSetupDriver

fora O driver.

Retornos

Int32

O HRESULT.

Aplica-se a