IDataTemplateComponent.ProcessBindings(Object, Int32, Int32, Int32) Method

Definition

Updates the compiled data bindings.

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)

Parameters

item
Object

Platform::Object

IInspectable

The data item.

itemIndex
Int32

int

The index of the data item.

phase
Int32

int

The number of times ProcessBindings has been called.

nextPhase
Int32

int

The phase on the next call to ProcessBindings.

Remarks

This method is for use in code that is generated by the XAML compiler.

Applies to