ABAddressBook.GetEnumerator Method

Definition

Returns an enumerator that iterates through all records and groups in the address book.

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>

Returns

An T:System.Collections.Generic.IEnumerator{AddressBook.ABRecord} which will return all records and groups in the address book.

Implements

Applies to