MethodDataCollection.MethodDataEnumerator.IEnumerator.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’objet actuel dans la collection.
property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
ReadOnly Property Current As Object Implements IEnumerator.Current
Valeur de propriété
Retourne l’élément actuel dans la collection.
Implémente
Exceptions
La collection a été modifiée après la création de l'énumérateur.
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de MethodDataCollection.MethodDataEnumerator est castée en interface IEnumerator.