IVsTrackProjectRetargeting2::GetSetupDriver Method (Guid, IVsProjectAcquisitionSetupDriver^)
Visual Studio 2015
Gets the specified setup driver.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
int GetSetupDriver(
Guid driverId,
[OutAttribute] IVsProjectAcquisitionSetupDriver^% pDriver
)
Parameters
- driverId
-
Type:
System::Guid
The driver ID.
- pDriver
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsProjectAcquisitionSetupDriver^
[out] The driver.
Show: