IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se existe uma chave no Registro raiz do 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
Caminho para a chave do Registro no formato key\subkey\subsubkey
Retornos
True se a chave existir, false se não existir