RecipientInfoEnumerator.IEnumerator.Current Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .