Condividi tramite


CmsRecipientEnumerator.IEnumerator.Current Proprietà

Definizione

La proprietà IEnumerator.Current recupera l'oggetto CmsRecipient corrente dall'insieme CmsRecipientCollection.

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

Valore della proprietà

Oggetto CmsRecipient che rappresenta il destinatario corrente nell'insieme CmsRecipientCollection.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza CmsRecipientEnumerator a un'interfaccia IEnumerator.

Si applica a

Vedi anche