VectorCollection.Enumerator.Current Propriété
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.
Obtient l’élément actuel dans la collection.
public:
property System::Windows::Vector Current { System::Windows::Vector get(); };
public System.Windows.Vector Current { get; }
member this.Current : System.Windows.Vector
Public ReadOnly Property Current As Vector
Valeur de propriété
Élément actuel dans la collection.
Implémente
Exceptions
L’élément VectorCollection a été modifié après la création de l’énumérateur.