C# 클래스 WinRTXamlToolkit.Common.ImplicitDataTemplateSelector

상속: Windows.UI.Xaml.Controls.DataTemplateSelector
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
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