Compartilhar via


RegistryTools.DoesRegistryKeyExistInCurrentUserRoot(String) Método

Definição

Determina se existe uma chave no Registro raiz do 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

Parâmetros

regKeyPath
String

Caminho para a chave do Registro no formato key\subkey\subsubkey

Retornos

True se a chave existir, false se ela não existir

Implementações

Aplica-se a