Compartilhar via


IRegistryTools2.DeleteRegistryKeyFromCurrentUserRoot(String) Método

Definição

Exclui a chave do Registro especificada e todas as subchaves no Registro raiz do HKCU

public:
 bool DeleteRegistryKeyFromCurrentUserRoot(System::String ^ regKeyPath);
public bool DeleteRegistryKeyFromCurrentUserRoot (string regKeyPath);
abstract member DeleteRegistryKeyFromCurrentUserRoot : string -> bool
Public Function DeleteRegistryKeyFromCurrentUserRoot (regKeyPath As String) As Boolean

Parâmetros

regKeyPath
String

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

Retornos

True se removido ou false se o erro

Aplica-se a