public static bool ExportKey(
RegistryView view,
string fullKeyPath,
string outputFile
)
Public Shared Function ExportKey (
view As RegistryView,
fullKeyPath As String,
outputFile As String
) As Boolean
Dim view As RegistryView
Dim fullKeyPath As String
Dim outputFile As String
Dim returnValue As Boolean
returnValue = UtilRegistry.ExportKey(view,
fullKeyPath, outputFile)
public:
static bool ExportKey(
RegistryView view,
String^ fullKeyPath,
String^ outputFile
)
static member ExportKey :
view : RegistryView *
fullKeyPath : string *
outputFile : string -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="view"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.ExportKey(Microsoft.Win32.RegistryView,System.String,System.String)"]