Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IDataTemplateExtension Interface
Definition
- Namespace:
- Microsoft.UI.Xaml
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.
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
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
