public static void MoveValue(
RegistryView srcView,
string srcFullKeyPath,
string srcValueName,
RegistryView dstView,
string dstFullKeyPath,
string dstValueName
)
Public Shared Sub MoveValue (
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.MoveValue(srcView, srcFullKeyPath,
srcValueName, dstView, dstFullKeyPath,
dstValueName)
public:
static void MoveValue(
RegistryView srcView,
String^ srcFullKeyPath,
String^ srcValueName,
RegistryView dstView,
String^ dstFullKeyPath,
String^ dstValueName
)
static member MoveValue :
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.MoveValue(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.MoveValue(Microsoft.Win32.RegistryView,System.String,System.String,Microsoft.Win32.RegistryView,System.String,System.String)"]