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