次の方法で共有


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 コンパイラによって生成されるコードで使用されます。

適用対象