GeneratorPosition 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 |
相對於未產生 (未實作) 專案接近索引項目目的位移。 |