GeneratorPosition.Index 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定相對於產生 (實現) 項目的索引。
public:
property int Index { int get(); void set(int value); };
public int Index { get; set; }
member this.Index : int with get, set
Public Property Index As Integer
屬性值
相對於所產生 (實現) 專案的索引。
備註
此結構代表 Windows 執行時間 (WinRT) GeneratorPosition
結構的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 GeneratorPosition 。
-1 是特殊值,參考專案清單開頭或結尾的虛構專案。