public static void JumpToKey(
RegistryView view,
string rootKeyName,
string subKeyPath
)
Public Shared Sub JumpToKey (
view As RegistryView,
rootKeyName As String,
subKeyPath As String
)
Dim view As RegistryView
Dim rootKeyName As String
Dim subKeyPath As String
UtilRegistry.JumpToKey(view, rootKeyName,
subKeyPath)
public:
static void JumpToKey(
RegistryView view,
String^ rootKeyName,
String^ subKeyPath
)
static member JumpToKey :
view : RegistryView *
rootKeyName : string *
subKeyPath : string -> 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.JumpToKey(Microsoft.Win32.RegistryView,System.String,System.String)"]
ArgumentNullException | rootKeyName or subKeyPath |