GeneratorPosition 结构

定义

GeneratorPosition 用于描述由 ItemContainerGenerator 管理的项的位置。

public value class GeneratorPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct GeneratorPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct GeneratorPosition
Public Structure GeneratorPosition
继承
GeneratorPosition
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

GeneratorPosition 的投影和成员

如果使用 Microsoft .NET 语言 (C# 或 Microsoft Visual Basic) ,则 GeneratorPosition 具有可用的非数据成员,并且其数据成员公开为读写属性,而不是字段。

如果使用 C++ 进行编程,则只有数据成员字段作为 GeneratorPosition 的成员存在,并且不能使用成员表中列出的实用工具方法或属性。 C++ 代码可以访问 GeneratorPositionHelper 类中存在的类似实用工具方法。

字段

Index

相对于生成的 (实现) 项的索引。

Offset

相对于未生成的 (未实现) 索引项附近的项的偏移量。

适用于