Note
The returned enumerator supports the IEnumerator.Reset method.
public IDictionaryEnumerator GetMetadataEnumerator()Public Function GetMetadataEnumerator As IDictionaryEnumeratorpublic:
virtual IDictionaryEnumerator^ GetMetadataEnumerator() sealedabstract GetMetadataEnumerator : unit -> IDictionaryEnumerator
override GetMetadataEnumerator : unit -> IDictionaryEnumerator The returned enumerator iterates through the metadata entries of the ResXResourceSet. To obtain a specific metadata by name, use the GetMetaObject or GetMetaString methods. To obtain an enumerator for the resources use the GetEnumerator method instead.
If the SafeMode property is , the IDictionaryEnumerator.Value property of the returned enumerator is a ResXDataNode instance rather than the resource value. This makes possible to check the raw .resx content before deserialization if the .resx file is from an untrusted source. See also the examples at ResXDataNode and ResXResourceSet classes.