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