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