SceneMeshMaterialAttributeMap.First 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回集合中项的迭代器。
public:
virtual IIterator<IKeyValuePair<Platform::String ^, SceneAttributeSemantic> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, SceneAttributeSemantic> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, SceneAttributeSemantic>> First();
public IIterator<KeyValuePair<string,SceneAttributeSemantic>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, SceneAttributeSemantic))
返回
IIterator<IKeyValuePair<Platform::String,SceneAttributeSemantic>>
IIterator<IKeyValuePair<winrt::hstring,SceneAttributeSemantic>>
迭代器对象。 迭代器的当前位置是 0 索引位置,如果集合为空,则位于集合末尾。