Share via


ResourceMapMapViewIterator.Current 属性

定义

获取 ResourceMapMapView 中的当前项。

public:
 property IKeyValuePair<Platform::String ^, ResourceMap ^> ^ Current { IKeyValuePair<Platform::String ^, ResourceMap ^> ^ get(); };
IKeyValuePair<winrt::hstring, ResourceMap const&> Current();
public KeyValuePair<string,ResourceMap> Current { get; }
var iKeyValuePair = resourceMapMapViewIterator.current;
Public ReadOnly Property Current As KeyValuePair(Of String, ResourceMap)

属性值

当前项的键和 ResourceMap 键值对。

实现

适用于