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 是一个特殊值,它引用项目列表开头或末尾的虚构项。