Point3DCollection.Enumerator Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumère les éléments dans Point3DCollection.
public: value class Point3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Point3D>
public struct Point3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Point3D>
type Point3DCollection.Enumerator = struct
interface IEnumerator<Point3D>
interface IDisposable
interface IEnumerator
type Point3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Point3D>
interface IDisposable
type Point3DCollection.Enumerator = struct
interface IEnumerator<Point3D>
interface IEnumerator
interface IDisposable
Public Structure Point3DCollection.Enumerator
Implements IEnumerator(Of Point3D)
- Héritage
- Implémente
Propriétés
Current |
Obtient le Point3D en cours dans la collection. |
Méthodes
MoveNext() |
Avance l’énumérateur à l’élément suivant de la collection. |
Reset() |
Rétablit l'énumérateur à sa position initiale, qui précède le premier élément de la collection. |
Implémentations d’interfaces explicites
IDisposable.Dispose() |
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code. |
IEnumerator.Current |
Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code. |