IRecyclingItemContainerGenerator.Recycle(GeneratorPosition, Int32) 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(System::Windows::Controls::Primitives::GeneratorPosition position, int count);
public void Recycle (System.Windows.Controls.Primitives.GeneratorPosition position, int count);
abstract member Recycle : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
Public Sub Recycle (position As GeneratorPosition, count As Integer)
Parameters
- position
- GeneratorPosition
The zero-based index of the first element to reuse. position
must refer to a previously generated (realized) item.
- count
- Int32
The number of elements to reuse, starting at position
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.