次の方法で共有


PanelLayoutBase.DiscoverChildren(UIElement) Method

Definition

Discovers the children.

protected:
 System::Collections::Generic::List<Microsoft::Uii::Desktop::UI::Controls::IPanel ^> ^ DiscoverChildren(System::Windows::UIElement ^ child);
protected System.Collections.Generic.List<Microsoft.Uii.Desktop.UI.Controls.IPanel> DiscoverChildren (System.Windows.UIElement child);
member this.DiscoverChildren : System.Windows.UIElement -> System.Collections.Generic.List<Microsoft.Uii.Desktop.UI.Controls.IPanel>
Protected Function DiscoverChildren (child As UIElement) As List(Of IPanel)

Parameters

child
UIElement

Specifies the UI element.

Returns

Applies to