GeometryCollection.RemoveAt(UInt32) Method

Definition

Removes the item at the specified index.

C#
public void RemoveAt(uint index);

Parameters

index
UInt32

The index position of the item to remove.

Implements

M:Windows.Foundation.Collections.IVector`1.RemoveAt(System.UInt32)

Remarks

If successful, calling this method reduces the collection size by one. Items with index values greater than the called index have their index values reduced by one.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6