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