Открытые члены | Свойства

Класс AvalonDock.VisualTreeAdapter

An adapter for DependencyObject which implements ILinqToTree in order to allow Linq queries on the visual tree. Подробнее...

Граф наследования:AvalonDock.VisualTreeAdapter:
AvalonDock.ILinqToTree-g< T >

Полный список членов класса

Открытые члены

 VisualTreeAdapter (DependencyObject item)
IEnumerable< ILinqToTree
< DependencyObject > > 
Children ()
 Obtains all the children of the Item.

Свойства

ILinqToTree< DependencyObjectParent [get]
 The parent of the Item.
DependencyObject Item [get]
 The item being adapted.

Подробное описание

An adapter for DependencyObject which implements ILinqToTree in order to allow Linq queries on the visual tree.


Методы

IEnumerable<ILinqToTree<DependencyObject> > AvalonDock.VisualTreeAdapter.Children (  ) 

Obtains all the children of the Item.

Возвращает:

Замещает AvalonDock.ILinqToTree-g< T >.


Полный список свойств

DependencyObject AvalonDock.VisualTreeAdapter.Item [get]

The item being adapted.

Замещает AvalonDock.ILinqToTree-g< T >.

ILinqToTree<DependencyObject> AvalonDock.VisualTreeAdapter.Parent [get]

The parent of the Item.

Замещает AvalonDock.ILinqToTree-g< T >.