ProfileDeleteSubKey Method |
Delete a registry key for the given DriverID. SubKey may contain \ separated path to key to be deleted.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void DeleteSubKey(
string DriverID,
string SubKey
)
Public Sub DeleteSubKey (
DriverID As String,
SubKey As String
)
public:
virtual void DeleteSubKey(
String^ DriverID,
String^ SubKey
) sealed
Parameters
- DriverID String
- ProgID of the device to read from
- SubKey String
- Subkey from the profile root in which to write the value
Exceptions
RemarksThe sub-key and all data and keys beneath it are deleted.
See Also