Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

resourcemapmapview_split_1683756140.md

File metadata and controls

29 lines (20 loc) · 1.06 KB
-api-id -api-type
M:Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Split(Windows.Foundation.Collections.IMapView{System.String,Windows.ApplicationModel.Resources.Core.ResourceMap}@,Windows.Foundation.Collections.IMapView{System.String,Windows.ApplicationModel.Resources.Core.ResourceMap}@)
winrt method

Windows.ApplicationModel.Resources.Core.ResourceMapMapView.Split

-description

Splits the map view into two views.

-parameters

-param first

One half of the original map.

-param second

The second half of the original map.

-remarks

The two views that result from the split operation might not contain the same number of items. The two views do not overlap.

If a view can't be split, then both the first and second parameter are null.

-examples

-see-also