共用方式為


ItemsRepeaterElementPreparedEventArgs.Index 屬性

定義

取得專案已備妥的專案索引。

public:
 property int Index { int get(); };
int Index();
public int Index { get; }
var int32 = itemsRepeaterElementPreparedEventArgs.index;
Public ReadOnly Property Index As Integer

屬性值

Int32

int

專案已備妥的專案索引。

適用於