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인 경우에는 이전 항목을 참조합니다.

적용 대상