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
允許的最大值。