ExtensionMethods..::..GetChildrenOfType<(Of <(<'T>)>)> Method
Gets the type of the children of.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public static List<T> GetChildrenOfType<T>( this DependencyObject parent, bool applyTemplates ) where T : DependencyObject
<ExtensionAttribute> _ Public Shared Function GetChildrenOfType(Of T As DependencyObject) ( _ parent As DependencyObject, _ applyTemplates As Boolean _ ) As List(Of T)
[ExtensionAttribute] public: generic<typename T> where T : DependencyObject static List<T>^ GetChildrenOfType( DependencyObject^ parent, bool^ applyTemplates )
Type Parameters
- T
Parameters
- parent
- Type: DependencyObject
The parent.
- applyTemplates
- Type: Boolean
if set to true [apply templates].