RecipientInfoEnumerator.IEnumerator.Current Proprietà

Definizione

La proprietà IEnumerator.Current recupera l'oggetto RecipientInfo corrente dall'insieme RecipientInfoCollection.

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à

Object

Oggetto RecipientInfo che rappresenta la struttura di informazioni sul destinatario corrente nell'insieme RecipientInfoCollection.

Implementazioni

Commenti

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

Si applica a

Vedi anche