Partager via


IRegistryTools2.DeleteRegistryKeyFromCurrentUserRoot(String) Méthode

Définition

Supprime la clé de Registre spécifiée et toutes les sous-clés dans le registre racine 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

Paramètres

regKeyPath
String

Chemin d’accès à la clé de Registre au format key\subkey\subsubkey

Retours

True en cas de suppression ou false en cas d’erreur

S’applique à