public static void CopySubKeys(
RegistryView srcView,
string srcFullKeyPath,
RegistryView dstView,
string dstFullKeyPath
)
Public Shared Sub CopySubKeys (
srcView As RegistryView,
srcFullKeyPath As String,
dstView As RegistryView,
dstFullKeyPath As String
)
Dim srcView As RegistryView
Dim srcFullKeyPath As String
Dim dstView As RegistryView
Dim dstFullKeyPath As String
UtilRegistry.CopySubKeys(srcView, srcFullKeyPath,
dstView, dstFullKeyPath)
public:
static void CopySubKeys(
RegistryView srcView,
String^ srcFullKeyPath,
RegistryView dstView,
String^ dstFullKeyPath
)
static member CopySubKeys :
srcView : RegistryView *
srcFullKeyPath : string *
dstView : RegistryView *
dstFullKeyPath : 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.CopySubKeys(Microsoft.Win32.RegistryView,System.String,Microsoft.Win32.RegistryView,System.String)"]
[Missing <param name="dstView"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.CopySubKeys(Microsoft.Win32.RegistryView,System.String,Microsoft.Win32.RegistryView,System.String)"]