public static void MoveSubKeys(
RegistryView srcView,
string srcRootKeyName,
string srcSubKeyPath,
RegistryView dstView,
string dstRootKeyName,
string dstSubKeyPath
)
Public Shared Sub MoveSubKeys (
srcView As RegistryView,
srcRootKeyName As String,
srcSubKeyPath As String,
dstView As RegistryView,
dstRootKeyName As String,
dstSubKeyPath As String
)
Dim srcView As RegistryView
Dim srcRootKeyName As String
Dim srcSubKeyPath As String
Dim dstView As RegistryView
Dim dstRootKeyName As String
Dim dstSubKeyPath As String
UtilRegistry.MoveSubKeys(srcView, srcRootKeyName,
srcSubKeyPath, dstView, dstRootKeyName,
dstSubKeyPath)
public:
static void MoveSubKeys(
RegistryView srcView,
String^ srcRootKeyName,
String^ srcSubKeyPath,
RegistryView dstView,
String^ dstRootKeyName,
String^ dstSubKeyPath
)
static member MoveSubKeys :
srcView : RegistryView *
srcRootKeyName : string *
srcSubKeyPath : string *
dstView : RegistryView *
dstRootKeyName : string *
dstSubKeyPath : string -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="srcView"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.MoveSubKeys(Microsoft.Win32.RegistryView,System.String,System.String,Microsoft.Win32.RegistryView,System.String,System.String)"]
[Missing <param name="dstView"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.MoveSubKeys(Microsoft.Win32.RegistryView,System.String,System.String,Microsoft.Win32.RegistryView,System.String,System.String)"]