IDataTemplateExtension Interface

Definition

Defines helper methods for phased rendering of a data template.

public interface class IDataTemplateExtension
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1499370823, 52735, 19346, 183, 115, 171, 57, 104, 120, 243, 83)]
struct IDataTemplateExtension
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1499370823, 52735, 19346, 183, 115, 171, 57, 104, 120, 243, 83)]
public interface IDataTemplateExtension
Public Interface IDataTemplateExtension
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

ProcessBinding(UInt32)

Provides phased rendering of bound data in a data template.

ProcessBindings(ContainerContentChangingEventArgs)

Updates a list item container element with bound data.

ResetTemplate()

Disconnects any event listeners so the data template can be recycled.

Applies to