ShellBrowserBaseCheckIfValid Method (Boolean) |
Checks if the current object is in a valid state for performing operations
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax protected bool CheckIfValid(
bool p_ThrowException
)
Protected Function CheckIfValid (
p_ThrowException As Boolean
) As Boolean
protected:
bool CheckIfValid(
bool p_ThrowException
)
member CheckIfValid :
p_ThrowException : bool -> bool
Parameters
- p_ThrowException
- Type: SystemBoolean
Pass true if this function should throw an InvalidOperationException
if the state is invalid. If the return value is of interest, pass false.
Return Value
Type:
Booleantrue, if the current state is valid for performing operations; otherwise
falseExceptions See Also