GeneratorPosition(Int32, Int32) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 인덱스 및 오프셋을 사용하여 새 인스턴스 GeneratorPosition 를 초기화합니다.
public:
GeneratorPosition(int index, int offset);
public GeneratorPosition(int index, int offset);
new System.Windows.Controls.Primitives.GeneratorPosition : int * int -> System.Windows.Controls.Primitives.GeneratorPosition
Public Sub New (index As Integer, offset As Integer)
매개 변수
- offset
- Int32
Int32 인덱싱된 항목 근처의 생성되지 않은(미실현) 항목을 기준으로 하는 오프셋입니다. 오프셋이 0이면 인덱싱된 요소 자체를 참조하고, 오프셋 1은 다음으로 생성되지 않은(실현되지 않은) 항목을 참조하고, -1 오프셋은 이전 항목을 참조합니다.