IDataTemplateComponent.ProcessBindings(Object, Int32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
汇报已编译的数据绑定。
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 编译器生成的代码。