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>[]
マップ ビュー内の項目。
戻り値
マップ ビュー内の項目の数。