Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.
シンタックス
'宣言
Public Function Validate( _
ByVal As System.Object, _
ByVal As ErrorInfo _
) As System.Boolean
public System.bool Validate(
System.object ,
ErrorInfo
)
パラメータ
- value
- The value to validate.
- errorInfo
- Error information filled in case of failure.
参照