GeneratorPosition(Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的索引和位移,初始化 GeneratorPosition 的新執行個體。
public:
GeneratorPosition(int index, int offset);
public GeneratorPosition (int index, int offset);
new System.Windows.Controls.Primitives.GeneratorPosition : int * int -> System.Windows.Controls.Primitives.GeneratorPosition
Public Sub New (index As Integer, offset As Integer)
參數
- offset
- Int32
Int32 位移與索引項目附近之未產生的 (未實現的) 項目相關。 位移為 0,會參考索引項目本身,位移為 1,會參考下一個未產生的 (未實現的) 項目,而位移為 -1,則參考前一個項目。