Freigeben über


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

Definition

Updates die kompilierten Datenbindungen.

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)

Parameter

item
Object

Platform::Object

IInspectable

Das Datenelement.

itemIndex
Int32

int

Der Index des Datenelements.

phase
Int32

int

Die Anzahl der Aufrufe von ProcessBindings.

nextPhase
Int32

int

Die Phase für den nächsten Aufruf von ProcessBindings.

Hinweise

Diese Methode ist für die Verwendung in Code vorgesehen, der vom XAML-Compiler generiert wird.

Gilt für: