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