RecipientInfoEnumerator.IEnumerator.Current Proprietà

Definizione

La IEnumerator.Current proprietà recupera l'oggetto corrente RecipientInfo 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à

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

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia RecipientInfoEnumeratorIEnumerator .

Si applica a

Vedi anche