Partager via


IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Méthode

Définition

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

public:
 bool DoesRegistryKeyExistInCurrentUserRoot(System::String ^ regKeyPath);
public bool DoesRegistryKeyExistInCurrentUserRoot (string regKeyPath);
abstract member 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

S’applique à