LogicalTreeHelper::GetChildren Method (FrameworkContentElement^)
.NET Framework (current version)
Returns the collection of immediate child objects of the specified FrameworkContentElement by processing the logical tree.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- current
-
Type:
System.Windows::FrameworkContentElement^
The object from which to start processing the logical tree.
Return Value
Type: System.Collections::IEnumerable^The enumerable collection of immediate child objects starting from current in the logical tree.
.NET Framework
Available since 3.0
Available since 3.0
Show: