Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 717 Bytes

blockcollection_getmany_1383104512.md

File metadata and controls

31 lines (20 loc) · 717 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Documents.BlockCollection.GetMany(System.UInt32,Windows.UI.Xaml.Documents.Block[])
winrt method

Windows.UI.Xaml.Documents.BlockCollection.GetMany

-description

Retrieves multiple elements in a single pass through the iterator.

-parameters

-param startIndex

The index from which to start retrieval.

-param items

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

The number of items retrieved.

-remarks

-examples

-see-also