public static void DeleteValue(
RegistryView view,
string rootKeyName,
string subKeyPath,
string valueName,
bool throwOnMissingValue = false
)
Public Shared Sub DeleteValue (
view As RegistryView,
rootKeyName As String,
subKeyPath As String,
valueName As String,
Optional throwOnMissingValue As Boolean = false
)
Dim view As RegistryView
Dim rootKeyName As String
Dim subKeyPath As String
Dim valueName As String
Dim throwOnMissingValue As Boolean
UtilRegistry.DeleteValue(view, rootKeyName,
subKeyPath, valueName, throwOnMissingValue)
public:
static void DeleteValue(
RegistryView view,
String^ rootKeyName,
String^ subKeyPath,
String^ valueName,
bool throwOnMissingValue = false
)
static member DeleteValue :
view : RegistryView *
rootKeyName : string *
subKeyPath : string *
valueName : string *
?throwOnMissingValue : bool
(* Defaults:
let _throwOnMissingValue = defaultArg throwOnMissingValue false
*)
-> unit
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.DeleteValue(Microsoft.Win32.RegistryView,System.String,System.String,System.String,System.Boolean)"]
ArgumentNullException | rootKeyName or subKeyPath or valueName |