ResourceMapMapViewIterator.GetMany Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all the items in the ResourceMapMapView.
public:
virtual unsigned int GetMany(Platform::Array <IKeyValuePair<Platform::String ^, ResourceMap ^> ^> ^ items) = IIterator<IKeyValuePair<Platform::String ^, ResourceMap ^> ^>::GetMany;
uint32_t GetMany(winrt::array_view <IKeyValuePair<winrt::hstring, ResourceMap const&> const&> & items);
public uint GetMany(KeyValuePair<string,ResourceMap>[] items);
function getMany(items)
Public Function GetMany (items As KeyValuePair(Of String, ResourceMap)()) As UInteger
Parameters
- items
-
IKeyValuePair<Platform::String,ResourceMap>[]
IKeyValuePair<winrt::hstring,ResourceMap>[]
The items in the map view.
Returns
The number of items in the map view.