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