Share via


ElementFactoryRecycleArgs.Parent 属性

定义

获取或设置回收元素的父元素。

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

属性值

回收元素的父元素。

适用于