IDataTemplateExtension.ProcessBinding(UInt32) Method

Definition

Provides phased rendering of bound data in a data template.

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

Parameters

phase
UInt32

unsigned int

uint32_t

Gets the number of times the method has been called.

Returns

Boolean

bool

true if there are more phases to be processed; otherwise, false.

Applies to