Compartilhar via


IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Método

Definição

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

Aplica-se a