Partager via


RegistryTools.DoesRegistryKeyExistInCurrentUserRoot(String) Méthode

Définition

Détermine si une clé existe dans le Registre racine HKCU

public:
 virtual bool DoesRegistryKeyExistInCurrentUserRoot(System::String ^ regKeyPath);
public bool DoesRegistryKeyExistInCurrentUserRoot (string regKeyPath);
abstract member DoesRegistryKeyExistInCurrentUserRoot : string -> bool
override this.DoesRegistryKeyExistInCurrentUserRoot : string -> bool
Public Function DoesRegistryKeyExistInCurrentUserRoot (regKeyPath As String) As Boolean

Paramètres

regKeyPath
String

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

Retours

True si la clé existe, false si ce n’est pas le cas

Implémente

S’applique à