This topic has not yet been rated - Rate this topic

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

Windows.winmd

See also

ResourceDictionary
GetEnumerator
ResourceDictionary and StaticResource references

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.