Expression Editor for WinForms
TryEvaluate メソッド (C1ExpressionEditor)

C1.Win.ExpressionEditor.4.5.2 アセンブリ > C1.Win.ExpressionEditor 名前空間 > C1ExpressionEditor クラス : TryEvaluate メソッド
This parameter is passed uninitialized; any value originally supplied in result will be overwritten.
Gets a result of expression. A return value indicates whether the evaluate succeeded or failed.
シンタックス
'宣言
 
Public Function TryEvaluate( _
   ByRef result As System.Object _
) As System.Boolean
public System.bool TryEvaluate( 
   out System.object result
)

パラメータ

result
This parameter is passed uninitialized; any value originally supplied in result will be overwritten.

戻り値の型

true if expression was evaluated successfully; otherwise, false.
参照

C1ExpressionEditor クラス
C1ExpressionEditor メンバ