ResourceSet: GetEnumerator |
Returns an enumerator to iterate through all resources within the resource set.
Public Function GetEnumerator ( ) As IDictionaryEnumerator
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.