'Declaration
Function GetObject( _ Optional ByVal context As IEvaluationContext, _ Optional ByVal catchError As Boolean _ ) As Object
'Usage
Dim instance As IPrimitiveValue Dim context As IEvaluationContext Dim catchError As Boolean Dim value As Object value = instance.GetObject(context, catchError)
object GetObject( IEvaluationContext context, bool catchError )
Parameters
- context
- The evaluation context to get value.
- catchError
true
if the evaluation context will track calculation error; otherwise,false
.
Return Value
An System.Object value.