UIElementDialogPage.Child 属性

定义

获取要在对话框页中承载的 Windows Presentation Foundation (WPF) 子元素。

protected:
 abstract property System::Windows::UIElement ^ Child { System::Windows::UIElement ^ get(); };
protected abstract System.Windows.UIElement Child { get; }
member this.Child : System.Windows.UIElement
Protected MustOverride ReadOnly Property Child As UIElement

属性值

UIElement

WPF 子元素。

适用于