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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.