共用方式為


ElementFactoryRecycleArgs.Parent 屬性

定義

取得或設定所回收專案目前父 UIElement 的參考。

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

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

屬性值

UIElement 物件或 Null。 根據預設,它是 Null

備註

這是選擇性的值。 當提供時,它可以針對傳回回收專案的 GetElement 實作啟用效能優化。 如需詳細資訊,請參閱 DataTemplate.RecycleElement 方法的備註。

適用於

另請參閱