AmazonScrape.ScoreDistributionControl.Validate C# (CSharp) 메소드

Validate() 공개 메소드

Returns whether the control is validated Always returns true, as the control ensures valid values.
public Validate ( ) : System.Windows.Controls.ValidationResult
리턴 System.Windows.Controls.ValidationResult
        public ValidationResult Validate()
        {
            return new ValidationResult(ValidationResult.Status.Valid);
        }