ResourceSet: GetEnumerator

GetEnumerator

Returns an enumerator to iterate through all resources within the resource set.



 Public Function GetEnumerator ( ) As IDictionaryEnumerator

Return Values

IDictionaryEnumerator -  An enumerator.

Remarks

The enumerator returns values as DictionaryEntry objects. The value property in the DictionaryEntry object returns a Win32Resource object which contains details about the specific resource found in the .RES file. The Key property returns the ID for the specific resource.

See Also

Project CorLib Overview

Class ResourceSet Overview