BitmapPropertySet.First Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un iteratore per enumerare gli elementi nel set di proprietà.
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))
Restituisce
IIterator<IKeyValuePair<Platform::String,BitmapTypedValue>>
IIterator<IKeyValuePair<winrt::hstring,BitmapTypedValue>>
Iteratore. La posizione corrente dell'iteratore è indice 0 o la fine della proprietà impostata se il set di proprietà è vuoto.