UIElementCollection.RemoveAtEnd Method

Definition

Removes the last item in the collection.

C#
public void RemoveAtEnd();

Implements

Remarks

If successful, calling this method reduces the collection size by one.

If you are programming using C# or Microsoft Visual Basic, see RemoveAt (pass an index value of Count minus one).

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also