public static void DeleteSubKey(
RegistryView view,
string fullKeyPath,
bool throwOnMissingSubKey = false
)
Public Shared Sub DeleteSubKey (
view As RegistryView,
fullKeyPath As String,
Optional throwOnMissingSubKey As Boolean = false
)
Dim view As RegistryView
Dim fullKeyPath As String
Dim throwOnMissingSubKey As Boolean
UtilRegistry.DeleteSubKey(view, fullKeyPath,
throwOnMissingSubKey)
public:
static void DeleteSubKey(
RegistryView view,
String^ fullKeyPath,
bool throwOnMissingSubKey = false
)
static member DeleteSubKey :
view : RegistryView *
fullKeyPath : string *
?throwOnMissingSubKey : bool
(* Defaults:
let _throwOnMissingSubKey = defaultArg throwOnMissingSubKey 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.DeleteSubKey(Microsoft.Win32.RegistryView,System.String,System.Boolean)"]