GeneratorPosition(Int32, Int32) 생성자

정의

지정된 인덱스 및 오프셋을 사용하여 새 인스턴스 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)

매개 변수

index
Int32

Int32 생성된(실현된) 항목을 기준으로 하는 인덱스입니다. -1은 항목 목록의 시작 또는 끝에 있는 가상 항목을 참조하는 특수 값입니다.

offset
Int32

Int32 인덱싱된 항목 근처의 생성되지 않은(미실현) 항목을 기준으로 하는 오프셋입니다. 오프셋이 0이면 인덱싱된 요소 자체를 참조하고, 오프셋 1은 다음으로 생성되지 않은(실현되지 않은) 항목을 참조하고, -1 오프셋은 이전 항목을 참조합니다.

적용 대상