VectorCollection.Enumerator.Current Propiedad

Definición

Obtiene el elemento actual de la colección.

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

Valor de propiedad

Vector

Elemento actual de la colección.

Implementaciones

Excepciones

VectorCollection se ha modificado después de la creación del enumerador.

Se aplica a

Consulte también