Share via


ItemsRepeaterElementPreparedEventArgs.Element 屬性

定義

取得備妥的專案。

public:
 property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemsRepeaterElementPreparedEventArgs.element;
Public ReadOnly Property Element As UIElement

屬性值

備妥的專案。

適用於