Condividi tramite


IRegistryTools2.DoesRegistryKeyExistInCurrentUserRoot(String) Metodo

Definizione

Determina se esiste una chiave nel Registro di sistema radice 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

Parametri

regKeyPath
String

Percorso della chiave del Registro di sistema nel formato key\subkey\subsubkey

Restituisce

True se la chiave esiste, false se non esiste

Si applica a