Compartir a través de


IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Método

Definición

Determina si existe una clave en el Registro raíz de 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

Parámetros

regKeyPath
String

Ruta de acceso a la clave del Registro con el formato key\subclave\subsubkey

Devoluciones

True si la clave existe, false si no lo hace

Se aplica a