IDataTemplateExtension Interface

Definition

Defines helper methods for phased rendering of a data template.

public interface class IDataTemplateExtension
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(891184068, 36771, 23747, 176, 115, 127, 132, 186, 166, 72, 93)]
struct IDataTemplateExtension
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(891184068, 36771, 23747, 176, 115, 127, 132, 186, 166, 72, 93)]
public interface IDataTemplateExtension
Public Interface IDataTemplateExtension
Attributes

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