MediaPropertySet.First メソッド

定義

プロパティ セット内の項目を列挙する反復子を返します。

public:
 virtual IIterator<IKeyValuePair<Platform::Guid, Platform::Object ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::Guid, Platform::Object ^> ^>::First;
IIterator<IKeyValuePair<winrt::guid, IInspectable const&>> First();
public IIterator<KeyValuePair<Guid,object>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of Guid, Object))

戻り値

IIterator<IKeyValuePair<Guid,Object>>

IIterator<KeyValuePair<Guid,Object>>

IIterator<IKeyValuePair<Platform::Guid,Platform::Object>>

IIterator<IKeyValuePair<winrt::guid,IInspectable>>

反復子。 反復子の現在位置はインデックス 0、またはプロパティ セットが空の場合はプロパティ セットの末尾です。

実装

適用対象