DisplayedPropertiesCollection Class

Definition

A collection of T:AddresssBook.ABPersonPropertys returned by the DisplayedProperties and DisplayedProperties properties.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class DisplayedPropertiesCollection : System.Collections.Generic.ICollection<AddressBook.ABPersonProperty>, System.Collections.Generic.IEnumerable<AddressBook.ABPersonProperty>
type DisplayedPropertiesCollection = class
    interface ICollection<ABPersonProperty>
    interface seq<ABPersonProperty>
    interface IEnumerable
Inheritance
DisplayedPropertiesCollection
Attributes
Implements

Properties

Count

Methods

Add(ABPersonProperty)
Clear()
Contains(ABPersonProperty)
CopyTo(ABPersonProperty[], Int32)
GetEnumerator()
Remove(ABPersonProperty)

Explicit Interface Implementations

ICollection<ABPersonProperty>.IsReadOnly
IEnumerable.GetEnumerator()

Applies to