IDataTemplateExtension.ProcessBinding(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.