BitmapPropertySet.First Method

Definition

Returns an iterator to enumerate the items in the property set.

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

Returns

The iterator. The current position of the iterator is index 0, or the end of the property set if the property set is empty.

Implements

Applies to