Condividi tramite


IRegistryTools2.DeleteRegistryKeyFromCurrentUserRoot(String) Metodo

Definizione

Elimina la chiave del Registro di sistema specificata e tutte le sottochiavi nel Registro di sistema radice HKCU

public:
 bool DeleteRegistryKeyFromCurrentUserRoot(System::String ^ regKeyPath);
public bool DeleteRegistryKeyFromCurrentUserRoot (string regKeyPath);
abstract member DeleteRegistryKeyFromCurrentUserRoot : string -> bool
Public Function DeleteRegistryKeyFromCurrentUserRoot (regKeyPath As String) As Boolean

Parametri

regKeyPath
String

Percorso della chiave del Registro di sistema nel formato key\subkey\subsubkey

Restituisce

True se rimosso o false se si verifica un errore

Si applica a