MultiSelect for WinForms
ValidateValuesAndIntervals メソッド (PostValidation)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > PostValidation クラス : ValidateValuesAndIntervals メソッド
The value to validate.
Error information filled in case of failure.
Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.
シンタックス
'宣言
 
Public Function ValidateValuesAndIntervals( _
   ByVal value As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool ValidateValuesAndIntervals( 
   System.object value,
   ErrorInfo errorInfo
)

パラメータ

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

PostValidation クラス
PostValidation メンバ