Share via


IVsTrackProjectRetargeting2.UnregisterSetupDriver(Guid) Method

Definition

Unregisters the setup driver.

public:
 int UnregisterSetupDriver(Guid driverId);
public int UnregisterSetupDriver (Guid driverId);
abstract member UnregisterSetupDriver : Guid -> int
Public Function UnregisterSetupDriver (driverId As Guid) As Integer

Parameters

driverId
Guid

The driver ID.

Returns

The HRESULT.

Applies to