Compartir a través de


BitmapPropertySet.First Método

Definición

Devuelve un iterador para enumerar los elementos del conjunto de propiedades.

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

Devoluciones

Iterador. La posición actual del iterador es el índice 0 o el final del conjunto de propiedades si el conjunto de propiedades está vacío.

Implementaciones

Se aplica a