IDataTemplateExtension インターフェイス

定義

データ テンプレートを段階的にレンダリングするためのヘルパー メソッドを定義します。

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
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

メソッド

ProcessBinding(UInt32)

データ テンプレート内のバインドされたデータの段階的なレンダリングを提供します。

ProcessBindings(ContainerContentChangingEventArgs)

バインドされたデータを含むリスト アイテム コンテナー要素を更新します。

ResetTemplate()

データ テンプレートを再利用できるように、イベント リスナーを切断します。

適用対象