PropertySet.First Method

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

Syntax

public:
IIterator<IKeyValuePair<String^ , Object^ >^ >^ First()  

Return value

Type: IIterator<IKeyValuePair<String^ , Object^ >^ > 

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

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

PropertySet Class

PropertySet Members

Windows.Foundation.Collections Namespace