Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 925 Bytes

resourcecandidatevectorview_getmany_1029781480.md

File metadata and controls

29 lines (20 loc) · 925 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.GetMany(System.UInt32,Windows.ApplicationModel.Resources.Core.ResourceCandidate[])
winrt method

Windows.ApplicationModel.Resources.Core.ResourceCandidateVectorView.GetMany

-description

Returns the ResourceCandidate objects that start at the specified index in the set.

-parameters

-param startIndex

The zero-based index of the start of the ResourceCandidate objects in the set to return.

-param items

The ResourceCandidate objects in the set that start at startIndex.

-returns

The number of ResourceCandidate objects returned.

-remarks

-examples

-see-also