ResourceMapMapViewIterator.GetMany Метод

Определение

Возвращает все элементы в 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<String,ResourceMap>[]

KeyValuePair<String,ResourceMap>[]

IKeyValuePair<Platform::String,ResourceMap>[]

IKeyValuePair<winrt::hstring,ResourceMap>[]

Элементы в представлении карты.

Возвращаемое значение

UInt32

unsigned int

uint32_t

Количество элементов в представлении карты.

Реализации

Применяется к