ExtendedPropertiesEnumerator.Reset Method
ExtendedPropertiesEnumerator.Reset Method |
Resets the enumerator index to the beginning of the ExtendedProperties collection.
Definition
Visual Basic .NET Public Sub Reset() C# public void Reset(); Managed C++ public: void Reset();
Remarks
The ExtendedPropertiesEnumerator class supports iterating over a ExtendedProperties collection and implements the IEnumerator interface.
This method inherits from the Reset method.
See Also