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

Шаблон интерфейса AvalonDock.ILinqToTree-g< T >

Defines an adapter that must be implemented in order to use the LinqToTree extension methods. Подробнее...

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

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

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

IEnumerable< ILinqToTree< T > > Children ()
 Obtains all the children of the Item.

Свойства

ILinqToTree< T > Parent [get]
 The parent of the Item.
Item [get]
 The item being adapted.

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

template<T>
interface AvalonDock::ILinqToTree-g< T >

Defines an adapter that must be implemented in order to use the LinqToTree extension methods.

Template Parameters:
T 

Методы

template<T >
IEnumerable<ILinqToTree<T> > AvalonDock.ILinqToTree-g< T >.Children (  ) 

Obtains all the children of the Item.

Возвращает:

Замещается в AvalonDock.VisualTreeAdapter и AvalonDock.LogicalTreeAdapter.


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

template<T >
T AvalonDock.ILinqToTree-g< T >.Item [get]

The item being adapted.

Замещается в AvalonDock.VisualTreeAdapter и AvalonDock.LogicalTreeAdapter.

template<T >
ILinqToTree<T> AvalonDock.ILinqToTree-g< T >.Parent [get]

The parent of the Item.

Замещается в AvalonDock.VisualTreeAdapter и AvalonDock.LogicalTreeAdapter.