FileBasedRegistryTools.GetRegistryValueFromCurrentUserRoot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public object GetRegistryValueFromCurrentUserRoot (string regKeyPath, string regKeyName, object defaultOnError = default);
abstract member GetRegistryValueFromCurrentUserRoot : string * string * obj -> obj
override this.GetRegistryValueFromCurrentUserRoot : string * string * obj -> obj
Public Function GetRegistryValueFromCurrentUserRoot (regKeyPath As String, regKeyName As String, Optional defaultOnError As Object = Nothing) As Object
Parameters
- regKeyPath
- String
- regKeyName
- String
- defaultOnError
- Object