public void DeleteValue(
string DriverID,
string Name
)Public Sub DeleteValue (
DriverID As String,
Name As String
)public:
virtual void DeleteValue(
String^ DriverID,
String^ Name
) sealedThis overload is not available through COM, please use "DeleteValue(ByVal DriverID As String, ByVal Name As String, ByVal SubKey As String)" with SubKey set to empty string achieve this effect.
| InvalidValueException | Thrown if DriverID is an empty string. |
| DriverNotRegisteredException | Thrown if the driver is not registered, |