RegistryTools.DoesRegistryKeyExistInCurrentUserRoot(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se esiste una chiave nel Registro di sistema radice 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
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