RangeAttribute(Int32, Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建并初始化具有指定最小值和最大值的属性的新实例。
public:
RangeAttribute(int minValue, int maxValue);
RangeAttribute(int const& minValue, int const& maxValue);
public RangeAttribute(int minValue, int maxValue);
function RangeAttribute(minValue, maxValue)
Public Sub New (minValue As Integer, maxValue As Integer)
参数
- minValue
-
Int32
int
允许的最小值。
- maxValue
-
Int32
int
允许的最大值。