DisplayedPropertiesCollection 类

定义

[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
继承
DisplayedPropertiesCollection
属性
实现

属性

Count

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

方法

Add(ABPersonProperty)

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

Clear()

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

Contains(ABPersonProperty)

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

CopyTo(ABPersonProperty[], Int32)

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

GetEnumerator()

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

Remove(ABPersonProperty)

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

显式接口实现

ICollection<ABPersonProperty>.IsReadOnly

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

IEnumerable.GetEnumerator()

由 和 属性返回的 T:AddresssBook.ABPersonProperty的集合。DisplayedPropertiesDisplayedProperties

适用于