메소드 | 설명 | |
---|---|---|
ImplicitDataTemplateSelector ( ) : System |
Initializes a new instance of the ImplicitDataTemplateSelector class.
|
메소드 | 설명 | |
---|---|---|
SelectTemplateCore ( object item, |
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, |
||
item | object | The item to return a template for. |
container | The parent container for the templated item. | |
리턴 |