Defines an adapter that must be implemented in order to use the LinqToTree extension methods. Подробнее...
Открытые члены | |
IEnumerable< ILinqToTree< T > > | Children () |
Obtains all the children of the Item. | |
Свойства | |
ILinqToTree< T > | Parent [get] |
The parent of the Item. | |
T | Item [get] |
The item being adapted. |
Defines an adapter that must be implemented in order to use the LinqToTree extension methods.
T |
IEnumerable<ILinqToTree<T> > AvalonDock.ILinqToTree-g< T >.Children | ( | ) |
Obtains all the children of the Item.
Замещается в AvalonDock.VisualTreeAdapter и AvalonDock.LogicalTreeAdapter.
T AvalonDock.ILinqToTree-g< T >.Item [get] |
The item being adapted.
Замещается в AvalonDock.VisualTreeAdapter и AvalonDock.LogicalTreeAdapter.
ILinqToTree<T> AvalonDock.ILinqToTree-g< T >.Parent [get] |
The parent of the Item.
Замещается в AvalonDock.VisualTreeAdapter и AvalonDock.LogicalTreeAdapter.