public static Object GetValueData(
RegistryView view,
string fullKeyPath,
string valueName,
Object defaultIfEmpty,
RegistryValueOptions registryValueOptions = RegistryValueOptions.None
)
Public Shared Function GetValueData (
view As RegistryView,
fullKeyPath As String,
valueName As String,
defaultIfEmpty As Object,
Optional registryValueOptions As RegistryValueOptions = RegistryValueOptions.None
) As Object
Dim view As RegistryView
Dim fullKeyPath As String
Dim valueName As String
Dim defaultIfEmpty As Object
Dim registryValueOptions As RegistryValueOptions
Dim returnValue As Object
returnValue = UtilRegistry.GetValueData(view,
fullKeyPath, valueName, defaultIfEmpty,
registryValueOptions)
public:
static Object^ GetValueData(
RegistryView view,
String^ fullKeyPath,
String^ valueName,
Object^ defaultIfEmpty,
RegistryValueOptions registryValueOptions = RegistryValueOptions::None
)
static member GetValueData :
view : RegistryView *
fullKeyPath : string *
valueName : string *
defaultIfEmpty : Object *
?registryValueOptions : RegistryValueOptions
(* Defaults:
let _registryValueOptions = defaultArg registryValueOptions RegistryValueOptions.None
*)
-> Object
No code example is currently available or this language may not be supported.
[Missing <param name="view"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.GetValueData(Microsoft.Win32.RegistryView,System.String,System.String,System.Object,Microsoft.Win32.RegistryValueOptions)"]