ApplicationTrustEnumerator.IEnumerator.Current Propiedad

Definición

Obtiene el objeto Object actual de la colección ApplicationTrustCollection.

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

Objeto Object actual del objeto ApplicationTrustCollection.

Implementaciones

Comentarios

No llame a este método; use la Current propiedad en su lugar.

Se aplica a