IppIntegerRange(Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的值建立 IppIntegerRange 類別的新實例。 這個物件代表網際網路列印通訊協定所定義之屬性的相關資訊 rangeOfInteger
, (IPP) 。
public:
IppIntegerRange(int start, int end);
IppIntegerRange(int const& start, int const& end);
public IppIntegerRange(int start, int end);
function IppIntegerRange(start, end)
Public Sub New (start As Integer, end As Integer)
參數
- start
-
Int32
int
整數範圍的下限 (包含) 。
- end
-
Int32
int
整數範圍的上限 (包含) 。