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