MultiSelect for WinForms
Validate メソッド (PostValidation)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > PostValidation クラス : Validate メソッド
The value to validate.
Error information filled in case of failure.
Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.
シンタックス
'宣言
 
Public Function Validate( _
   ByVal value As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool Validate( 
   System.object value,
   ErrorInfo errorInfo
)

パラメータ

value
The value to validate.
errorInfo
Error information filled in case of failure.
参照

PostValidation クラス
PostValidation メンバ