VisualCollection.Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates Visual items in a VisualCollection.
public: value class VisualCollection::Enumerator : System::Collections::IEnumerator
public struct VisualCollection.Enumerator : System.Collections.IEnumerator
type VisualCollection.Enumerator = struct
interface IEnumerator
Public Structure VisualCollection.Enumerator
Implements IEnumerator
- Inheritance
- Implements
Properties
Current |
Gets the current element in the collection. |
Methods
MoveNext() |
Advances the enumerator to the next element in the collection. |
Reset() |
Resets the enumerator to its initial position, which is before the first element in the collection. |
Explicit Interface Implementations
IEnumerator.Current |
For a description of this members, see Current. |
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.