IDataTemplateComponent.Recycle 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.
Disassociates item containers from their data items and saves the containers so they can be reused later for other data items.
public:
void Recycle();
void Recycle();
public void Recycle();
function recycle()
Public Sub Recycle ()
Remarks
This method is for use in code that is generated by the XAML compiler.