UIElementDialogPage::Child Property

 

Gets the Windows Presentation Foundation (WPF) child element to be hosted inside the dialog page.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
property UIElement^ Child {
	virtual UIElement^ get() abstract;
}

Property Value

Type: System.Windows::UIElement^

The WPF child element.

Return to top
Show: