public static IEnumerable<RegInfo> FindValue(
RegistryView view,
string rootKeyName,
string subKeyPath,
string valueName,
bool matchFullValueName,
bool ignoreCase,
SearchOption searchOption
)
Public Shared Function FindValue (
view As RegistryView,
rootKeyName As String,
subKeyPath As String,
valueName As String,
matchFullValueName As Boolean,
ignoreCase As Boolean,
searchOption As SearchOption
) As IEnumerable(Of RegInfo)
Dim view As RegistryView
Dim rootKeyName As String
Dim subKeyPath As String
Dim valueName As String
Dim matchFullValueName As Boolean
Dim ignoreCase As Boolean
Dim searchOption As SearchOption
Dim returnValue As IEnumerable(Of RegInfo)
returnValue = UtilRegistry.FindValue(view,
rootKeyName, subKeyPath, valueName,
matchFullValueName, ignoreCase,
searchOption)
public:
static IEnumerable<RegInfo^>^ FindValue(
RegistryView view,
String^ rootKeyName,
String^ subKeyPath,
String^ valueName,
bool matchFullValueName,
bool ignoreCase,
SearchOption searchOption
)
static member FindValue :
view : RegistryView *
rootKeyName : string *
subKeyPath : string *
valueName : string *
matchFullValueName : bool *
ignoreCase : bool *
searchOption : SearchOption -> IEnumerable<RegInfo>
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.FindValue(Microsoft.Win32.RegistryView,System.String,System.String,System.String,System.Boolean,System.Boolean,System.IO.SearchOption)"]
ArgumentNullException | rootKeyName or subKeyPath or subKeyName |