public static void CopyKeyTree(
RegistryView srcView,
string srcRootKeyName,
string srcSubKeyPath,
RegistryView dstView,
string dstRootKeyName,
string dstSubKeyPath
)
Public Shared Sub CopyKeyTree (
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.CopyKeyTree(srcView, srcRootKeyName,
srcSubKeyPath, dstView, dstRootKeyName,
dstSubKeyPath)
public:
static void CopyKeyTree(
RegistryView srcView,
String^ srcRootKeyName,
String^ srcSubKeyPath,
RegistryView dstView,
String^ dstRootKeyName,
String^ dstSubKeyPath
)
static member CopyKeyTree :
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.CopyKeyTree(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.CopyKeyTree(Microsoft.Win32.RegistryView,System.String,System.String,Microsoft.Win32.RegistryView,System.String,System.String)"]
ArgumentNullException | srcRootKeyName or srcSubKeyPath or dstRootKeyName or dstSubKeyPath |