ElementFactoryRecycleArgs.Parent 屬性

定義

取得或設定回收專案的父代。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 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

屬性值

回收專案的父代。

適用於