FrameworkElement::LogicalChildren Property

 

Gets an enumerator for logical child elements of this element.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public protected:
property IEnumerator^ LogicalChildren {
	virtual IEnumerator^ get();
}

Property Value

Type: System.Collections::IEnumerator^

An enumerator for logical child elements of this element.

LogicalChildren allows you to iterate over child elements. This is useful for elements that may not have a defined, dedicated collection but still contain more than one child element, particularly FrameworkContentElement child elements.

For more information on how to use LogicalChildren and AddLogicalChild, see Trees in WPF.

.NET Framework
Available since 3.0
Return to top
Show: