Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function ValidateValuesAndIntervals( _
   ByVal  As System.Object, _
   ByVal  As ErrorInfo _
) As System.Boolean
             
        
            
            public System.bool ValidateValuesAndIntervals( 
   System.object ,
   ErrorInfo 
)
             
        
             
        
            パラメータ
- value
 
- The value to validate.
 - errorInfo
 
- Error information filled in case of failure.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照