PropertyDataCollection.PropertyDataEnumerator.MoveNext Método
Definición
Se desplaza al siguiente elemento de la enumeración PropertyDataCollection.Moves to the next element in the PropertyDataCollection enumeration.
public:
virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
Devoluciones
Es true
si el enumerador avanzó con éxito hasta el siguiente elemento; es false
si el enumerador alcanzó el final de la colección.true
if the enumerator was successfully advanced to the next element; false
if the enumerator has passed the end of the collection.
Implementaciones
Comentarios
Seguridad de .NET Framework.NET Framework Security
Plena confianza para el llamador inmediato.Full trust for the immediate caller. Un código de confianza parcial no puede utilizar este miembro.This member cannot be used by partially trusted code. Para obtener más información, vea usar bibliotecas desde código de confianza parcial.For more information, see Using Libraries from Partially Trusted Code.