다음을 통해 공유


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 컴파일러에서 생성되는 코드에서 사용하기 위한 것입니다.

적용 대상