IDataTemplateComponent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods that enable the XAML parser to communicate with generated binding code.
public interface class IDataTemplateComponent
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(138583496, 35504, 18247, 170, 154, 254, 173, 252, 141, 168, 225)]
struct IDataTemplateComponent
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(138583496, 35504, 18247, 170, 154, 254, 173, 252, 141, 168, 225)]
public interface IDataTemplateComponent
Public Interface IDataTemplateComponent
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
This interface is for use in code that is generated by the XAML compiler.
Methods
ProcessBindings(Object, Int32, Int32, Int32) |
Updates the compiled data bindings. |
Recycle() |
Disassociates item containers from their data items and saves the containers so they can be reused later for other data items. |