Condividi tramite


IRegistryTools.SetRegistryFromCurrentUserRoot(String, String, Object) Metodo

Definizione

Imposta un valore nel Registro di sistema dal Registro di sistema radice HKCU.

public:
 bool SetRegistryFromCurrentUserRoot(System::String ^ regKeyPath, System::String ^ regKeyName, System::Object ^ value);
public bool SetRegistryFromCurrentUserRoot (string regKeyPath, string regKeyName, object value);
abstract member SetRegistryFromCurrentUserRoot : string * string * obj -> bool
Public Function SetRegistryFromCurrentUserRoot (regKeyPath As String, regKeyName As String, value As Object) As Boolean

Parametri

regKeyPath
String

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

regKeyName
String

Nome della variabile sotto la chiave

value
Object

valore da impostare

Restituisce

true se impostato o false se si verifica un errore

Si applica a