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

인덱싱된 항목 근처의 생성되지 않은(실현되지 않은) 항목을 기준으로 하는 오프셋입니다.

적용 대상