IDataTemplateExtension.ProcessBinding(UInt32) 메서드

정의

데이터 템플릿에서 바인딩된 데이터의 단계적 렌더링을 제공합니다.

public:
 bool ProcessBinding(unsigned int phase);
bool ProcessBinding(uint32_t const& phase);
public bool ProcessBinding(uint phase);
function processBinding(phase)
Public Function ProcessBinding (phase As UInteger) As Boolean

매개 변수

phase
UInt32

unsigned int

uint32_t

메서드가 호출된 횟수를 가져옵니다.

반환

Boolean

bool

처리할 단계가 더 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상