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