Share via


CmsRecipientEnumerator.IEnumerator.Current Vlastnost

Definice

Vlastnost IEnumerator.Current načte aktuální CmsRecipient objekt z CmsRecipientCollection 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 CmsRecipient , který představuje aktuálního příjemce v kolekci CmsRecipientCollection .

Implementuje

Poznámky

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

Platí pro

Viz také