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: 7.1.3+4851.c5da65c2b
public void DeleteSubKey(
string DriverID,
string SubKey
)
Public Sub DeleteSubKey (
DriverID As String,
SubKey As String
)
public:
virtual void DeleteSubKey(
String^ DriverID,
String^ SubKey
) sealed
- DriverID String
- ProgID of the device to read from
- SubKey String
- Sub-key from the profile root in which to write the value
IProfileDeleteSubKey(String, String) The sub-key and all data and keys beneath it are deleted.