IDataTemplateComponent.ProcessBindings(Object, Int32, Int32, Int32) 方法

定义

汇报已编译的数据绑定。

public:
 void ProcessBindings(Platform::Object ^ item, int itemIndex, int phase, [Out] int & nextPhase);
void ProcessBindings(IInspectable const& item, int const& itemIndex, int const& phase, [Out] int & nextPhase);
public void ProcessBindings(object item, int itemIndex, int phase, out int nextPhase);
Public Sub ProcessBindings (item As Object, itemIndex As Integer, phase As Integer, ByRef nextPhase As Integer)

参数

item
Object

Platform::Object

IInspectable

数据项。

itemIndex
Int32

int

数据项的索引。

phase
Int32

int

调用 ProcessBindings 的次数。

nextPhase
Int32

int

下一次调用 ProcessBindings 的阶段。

注解

此方法用于 XAML 编译器生成的代码。

适用于