共用方式為


ElementFactoryRecycleArgs.Element 屬性

定義

取得或設定呼叫 RecycleElement 時要回收的 UIElement物件。

public:
 property UIElement ^ Element { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Element();

void Element(UIElement value);
public UIElement Element { get; set; }
var uIElement = elementFactoryRecycleArgs.element;
elementFactoryRecycleArgs.element = uIElement;
Public Property Element As UIElement

屬性值

要回收的 UIElement 物件。

備註

請參閱 DataTemplate的 RecycleElement 方法的備註。

適用於

另請參閱