ResourceDictionary.First method
Returns an iterator for the items in the collection.
Syntax
public:
IIterator<IKeyValuePair>^ First()
Parameters
This method has no parameters.
Return value
Type: IIterator<IKeyValuePair>
The iterator. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.
Remarks
Note The equivalent Microsoft .NET API is GetEnumerator.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows::UI::Xaml |
|
Metadata |
|
See also
Build date: 1/31/2013
