C# Class WinRTXamlToolkit.Common.ImplicitDataTemplateSelector

Inheritance: Windows.UI.Xaml.Controls.DataTemplateSelector
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
ImplicitDataTemplateSelector ( ) : System

Initializes a new instance of the ImplicitDataTemplateSelector class.

Méthodes protégées

Méthode Description
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.

Method Details

ImplicitDataTemplateSelector() public méthode

Initializes a new instance of the ImplicitDataTemplateSelector class.
public ImplicitDataTemplateSelector ( ) : System
Résultat System

SelectTemplateCore() protected méthode

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.
Résultat Windows.UI.Xaml.DataTemplate