Condividi tramite


MediaPropertySet.First Metodo

Definizione

Restituisce un iteratore per enumerare gli elementi nel set di proprietà.

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))

Restituisce

IIterator<IKeyValuePair<Guid,Object>>

IIterator<KeyValuePair<Guid,Object>>

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

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

Iteratore. La posizione corrente dell'iteratore è l'indice 0 o la fine del set di proprietà se il set di proprietà è vuoto.

Implementazioni

Si applica a