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

インデックス付きアイテムの近くにある、生成されていない (未実現の) 項目に対する相対オフセット。

適用対象