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