IVsTrackProjectRetargeting2::GetSetupDriver Method (Guid, IVsProjectAcquisitionSetupDriver^)

 

Gets the specified setup driver.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: