ElementFactoryGetArgs.Parent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定預期為GetElement之實現專案父代的UIElement。
public:
property UIElement ^ Parent { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Parent();
void Parent(UIElement value);
public UIElement Parent { get; set; }
var uIElement = elementFactoryGetArgs.parent;
elementFactoryGetArgs.parent = uIElement;
Public Property Parent As UIElement
屬性值
UIElement物件必須是實現UIElement或Null的父代。 根據預設,它是 Null。
備註
這是選擇性的值。 使用時,可以為傳回回收專案的 GetElement 實作啟用效能優化。 如需詳細資訊,請參閱 DataTemplate.RecycleElement 方法的備註。