DisplayedPropertiesCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |