ColumnDefinitionCollection.GetMany(UInt32, ColumnDefinition[]) Method

Definition

Retrieves multiple elements in a single pass through the iterator.

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

Parameters

startIndex
UInt32

The index from which to start retrieval.

items
ColumnDefinition[]

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[])

Applies to

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