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