共用方式為


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 編譯器所產生的程式碼中。

適用於