CmsRecipientEnumerator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CmsRecipientEnumerator 클래스는 CmsRecipientCollection 컬렉션에 대한 열거형 기능을 제공합니다. CmsRecipientEnumerator는 IEnumerator 인터페이스를 구현합니다.
public ref class CmsRecipientEnumerator sealed : System::Collections::IEnumerator
public sealed class CmsRecipientEnumerator : System.Collections.IEnumerator
type CmsRecipientEnumerator = class
interface IEnumerator
Public NotInheritable Class CmsRecipientEnumerator
Implements IEnumerator
- 상속
-
CmsRecipientEnumerator
- 구현
속성
Current |
Current 속성은 CmsRecipient 컬렉션에서 현재 CmsRecipientCollection 개체를 검색합니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
MoveNext() |
MoveNext() 메서드는 열거형을 CmsRecipient 컬렉션의 다음 CmsRecipientCollection 개체로 이동합니다. |
Reset() |
Reset() 메서드는 열거형을 CmsRecipient 컬렉션의 첫 번째 CmsRecipientCollection 개체로 다시 설정합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IEnumerator.Current |
IEnumerator.Current 속성은 CmsRecipient 컬렉션에서 현재 CmsRecipientCollection 개체를 검색합니다. |
적용 대상
추가 정보
.NET