DataPackagePropertySet.First Method

Definition

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

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

Returns

IIterator<IKeyValuePair<String,Object>>

IIterator<KeyValuePair<String,Object>>

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

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

The first item in the DataPackage object.

Implements

Remarks

For more info, see IIterable(IKeyValuePair).

Applies to