Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 749 Bytes

rowdefinitioncollection_getmany_1854515026.md

File metadata and controls

29 lines (20 loc) · 749 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RowDefinitionCollection.GetMany(System.UInt32,Microsoft.UI.Xaml.Controls.RowDefinition[])
winrt method

Microsoft.UI.Xaml.Controls.RowDefinitionCollection.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