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,如果属性集为空,则为属性集的末尾。

实现

适用于