MultiSelect for WinForms
CheckValidationResult メソッド (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : CheckValidationResult メソッド
Value indicating the reason of validation failure
Parsed value of type DataType that was undergoing validation
Object detailing error information, if an error occurred
Checks the result of the ParseContent method.
シンタックス
'宣言
 
Public Function CheckValidationResult( _
   ByVal reason As ErrorReasonEnum, _
   ByRef parsedValue As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool CheckValidationResult( 
   ErrorReasonEnum reason,
   ref System.object parsedValue,
   ErrorInfo errorInfo
)

パラメータ

reason
Value indicating the reason of validation failure
parsedValue
Parsed value of type DataType that was undergoing validation
errorInfo
Object detailing error information, if an error occurred
参照

C1TextBox クラス
C1TextBox メンバ