Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 828 Bytes

triggercollection_getmany_58611540.md

File metadata and controls

37 lines (22 loc) · 828 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.TriggerCollection.GetMany(System.UInt32,Microsoft.UI.Xaml.TriggerBase[])
winrt method

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

Note

The equivalent Microsoft .NET API is CopyTo.

-examples

-see-also