ElementFactoryGetArgs.Parent 属性

定义

获取或设置已准备元素的父级。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

void Parent(UIElement value);
public UIElement Parent { get; set; }
Public Property Parent As UIElement

属性值

已准备元素的父级。

适用于