共用方式為


RangeValidator.ControlPropertiesValid 方法

定義

判斷要驗證的屬性是否有效。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 override bool ControlPropertiesValid();
protected override bool ControlPropertiesValid ();
override this.ControlPropertiesValid : unit -> bool
Protected Overrides Function ControlPropertiesValid () As Boolean

傳回

如果 MinimumValueMaximumValue 屬性的值有效則為 true,否則為 false

例外狀況

可能是 MinimumValueMaximumValue 屬性的型別無效,

-或-

MinimumValue 大於 MaximumValue

適用於

另請參閱