共用方式為


IDataTemplateComponent 介面

定義

提供方法,讓 XAML 剖析器能夠與產生的系結程式碼通訊。

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

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

這個介面可用於 XAML 編譯器所產生的程式碼。

方法

ProcessBindings(Object, Int32, Int32, Int32)

更新編譯的資料系結。

Recycle()

解除項目容器與其資料項目的關聯並且儲存容器,讓容器可以稍後供其他資料項目重複使用。

適用於