ValueSet.First Methode

Definition

Gibt einen Iterator zurück, um die Elemente im Wertsatz aufzulisten.

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

Gibt zurück

IIterator<IKeyValuePair<String,Object>>

IIterator<KeyValuePair<String,Object>>

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

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

Der Iterator. Die aktuelle Position des Iterators ist Index 0 oder das Ende des festgelegten Werts, wenn der Wertsatz leer ist.

Implementiert

Gilt für: