VisualCollection.Enumerator 구조체
정의
VisualCollection의 Visual 항목을 열거합니다.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
- 상속
- 구현
속성
Current |
컬렉션의 현재 요소를 가져옵니다.Gets the current element in the collection. |
메서드
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. |
명시적 인터페이스 구현
IEnumerator.Current |
이 멤버에 대한 설명은 Current를 참조하십시오.For a description of this members, see Current. |