PropertySet.First Metodo

Definizione

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

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

Restituisce

IIterator<IKeyValuePair<String,Object>>

IIterator<KeyValuePair<String,Object>>

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

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

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

Implementazioni

Si applica a