IVsTrackProjectRetargeting2::RegisterSetupDriver Method (Guid, IVsProjectAcquisitionSetupDriver^)

 

Registers the setup driver.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

int RegisterSetupDriver(
	Guid driverId,
	IVsProjectAcquisitionSetupDriver^ pDriver
)

Parameters

driverId
Type: System::Guid

The driver ID.

pDriver
Type: Microsoft.VisualStudio.Shell.Interop::IVsProjectAcquisitionSetupDriver^

The driver.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: