public static IEnumerable<RegInfo> FindValue(
RegistryView view,
string fullKeyPath,
string valueName,
bool matchFullValueName,
bool ignoreCase,
SearchOption searchOption
)
Public Shared Function FindValue (
view As RegistryView,
fullKeyPath As String,
valueName As String,
matchFullValueName As Boolean,
ignoreCase As Boolean,
searchOption As SearchOption
) As IEnumerable(Of RegInfo)
Dim view As RegistryView
Dim fullKeyPath 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,
fullKeyPath, valueName, matchFullValueName,
ignoreCase, searchOption)
public:
static IEnumerable<RegInfo^>^ FindValue(
RegistryView view,
String^ fullKeyPath,
String^ valueName,
bool matchFullValueName,
bool ignoreCase,
SearchOption searchOption
)
static member FindValue :
view : RegistryView *
fullKeyPath : 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.Boolean,System.Boolean,System.IO.SearchOption)"]