다음을 통해 공유


ABAddressBook.GetEnumerator 메서드

정의

주소록의 모든 레코드와 그룹을 반복하는 열거자를 반환합니다.

public System.Collections.Generic.IEnumerator<AddressBook.ABRecord> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<AddressBook.ABRecord>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<AddressBook.ABRecord>

반환

주소록의 모든 레코드와 그룹을 반환하는 T:System.Collections.Generic.IEnumerator{AddressBook.ABRecord} 입니다.

구현

적용 대상