Vector3DCollection.Enumerator Structure
Définition
Énumère les éléments Vector dans VectorCollection.Enumerates Vector items in a VectorCollection.
public: value class Vector3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Vector3D>
public struct Vector3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Vector3D>
type Vector3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Vector3D>
interface IDisposable
Public Structure Vector3DCollection.Enumerator
Implements IEnumerator(Of Vector3D)
- Héritage
- Implémente
Propriétés
Current |
Obtient l’élément actuel dans la collection.Gets the current element in the collection. |
Méthodes
MoveNext() |
Avance l'énumérateur jusqu'à l'élément suivant dans la collection.Advances the enumerator to the next element in the collection. |
Reset() |
Rétablit l'énumérateur à sa position initiale, qui précède le premier élément de la collection.Resets the enumerator to its initial position, which is before the first element in the collection. |
Implémentations d’interfaces explicites
IDisposable.Dispose() |
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) et n’est pas destiné à être directement utilisé à partir de votre code.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) et n’est pas destiné à être directement utilisé à partir de votre code.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |