public static bool ExportKey(
RegistryView view,
string rootKeyName,
string subKeyPath,
string outputFile
)
Public Shared Function ExportKey (
view As RegistryView,
rootKeyName As String,
subKeyPath As String,
outputFile As String
) As Boolean
Dim view As RegistryView
Dim rootKeyName As String
Dim subKeyPath As String
Dim outputFile As String
Dim returnValue As Boolean
returnValue = UtilRegistry.ExportKey(view,
rootKeyName, subKeyPath, outputFile)
public:
static bool ExportKey(
RegistryView view,
String^ rootKeyName,
String^ subKeyPath,
String^ outputFile
)
static member ExportKey :
view : RegistryView *
rootKeyName : string *
subKeyPath : 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,System.String)"]
ArgumentNullException | rootKeyName or subKeyPath or outputFile |