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