Share via


RecipientInfoEnumerator.IEnumerator.Current Vlastnost

Definice

Vlastnost IEnumerator.Current načte aktuální RecipientInfo objekt z RecipientInfoCollection kolekce.

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

Hodnota vlastnosti

Objekt RecipientInfo , který představuje aktuální strukturu informací o příjemci v kolekci RecipientInfoCollection .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v RecipientInfoEnumerator případě, že je instance přetypovaná na IEnumerator rozhraní.

Platí pro

Viz také