C# Класс WinRTXamlToolkit.Common.ImplicitDataTemplateSelector

Наследование: Windows.UI.Xaml.Controls.DataTemplateSelector
Показать файл Открыть проект

Открытые методы

Метод Описание
ImplicitDataTemplateSelector ( ) : System

Initializes a new instance of the ImplicitDataTemplateSelector class.

Защищенные методы

Метод Описание
SelectTemplateCore ( object item, DependencyObject container ) : DataTemplate

When implemented by a derived class, returns a specific DataTemplate for a given item or container. This implementation gets the DataTemplate from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.

Описание методов

ImplicitDataTemplateSelector() публичный Метод

Initializes a new instance of the ImplicitDataTemplateSelector class.
public ImplicitDataTemplateSelector ( ) : System
Результат System

SelectTemplateCore() защищенный Метод

When implemented by a derived class, returns a specific DataTemplate for a given item or container. This implementation gets the DataTemplate from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.
///
protected SelectTemplateCore ( object item, DependencyObject container ) : DataTemplate
item object The item to return a template for.
container Windows.UI.Xaml.DependencyObject The parent container for the templated item.
Результат Windows.UI.Xaml.DataTemplate