PropertyDataCollection.PropertyDataEnumerator.IEnumerator.Current Propiedad
Definición
Obtiene el objeto actual de la colección.Gets the current object in the 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
Valor de propiedad
Devuelve el elemento actual de la colección.Returns the current element in the collection.
Implementaciones
Excepciones
La colección se modificó después de que el enumerador se creara.The collection was modified after the enumerator was created.