ResourceMapMapViewIterator.GetMany 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
参数
- items
-
IKeyValuePair<Platform::String,ResourceMap>[]
IKeyValuePair<winrt::hstring,ResourceMap>[]
地图视图中的项。
返回
地图视图中的项数。