Sdílet prostřednictvím


IRegistryTools.SetRegistryFromCurrentUserRoot(String, String, Object) Metoda

Definice

Nastaví hodnotu v registru z kořenového registru 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

Parametry

regKeyPath
String

Cesta ke klíči registru ve formátu klíč\podklíč\podklíč

regKeyName
String

Název proměnné pod klíčem

value
Object

hodnota, která se má nastavit

Návraty

true, pokud je nastaveno nebo false, pokud chyba

Platí pro