UIElementCollection.GetMany(UInt32, UIElement[]) Method

Definition

Retrieves multiple elements in a single pass through the iterator.

C#
public uint GetMany(uint startIndex, UIElement[] items);

Parameters

startIndex
UInt32

The index from which to start retrieval.

items
UIElement[]

Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.

Returns

UInt32

The number of items retrieved.

Implements

M:Windows.Foundation.Collections.IVector1.GetMany(System.UInt32,0[])

Remarks

If you are programming using C# or Microsoft Visual Basic, see CopyTo.

Applies to

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