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 インデックス位置、またはコレクションが空の場合はコレクションの末尾です。