CmsRecipientEnumerator.IEnumerator.Current 属性

定义

IEnumerator.Current属性从CmsRecipient集合中检索当前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

属性值

一个 CmsRecipient 对象,表示集合中的 CmsRecipientCollection 当前收件人。

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为CmsRecipientEnumerator接口时IEnumerator,才能使用它。

适用于

另请参阅