GeneratorPosition.Offset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與索引項目附近之未產生的 (未實現的) 項目相關的 Int32 位移。
public:
property int Offset { int get(); void set(int value); };
public int Offset { get; set; }
member this.Offset : int with get, set
Public Property Offset As Integer
屬性值
Int32 位移與索引項目附近之未產生的 (未實現的) 項目相關。
備註
0 的位移是指索引元素本身,位移 1 是指下一個未產生 (未實作) 專案,而 -1 的位移則是指上一個專案。