RecipientInfoEnumerator.IEnumerator.Current プロパティ

定義

IEnumerator.Current プロパティは、RecipientInfo コレクションから、現在の 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

プロパティ値

RecipientInfo コレクションにおける現在の受取人情報の構造体を表す RecipientInfoCollection オブジェクトです。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、RecipientInfoEnumerator のインスタンスが IEnumerator インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください