UICollection.RemoveAllItems 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.
Removes all UI elements added to the collection. This will cause the collection layout to update immediately. NOTE: This method does not call Destroy removed items.
public:
void RemoveAllItems();
public void RemoveAllItems ();
member this.RemoveAllItems : unit -> unit
Public Sub RemoveAllItems ()