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 ABPersonPropertys returned by the DisplayedProperties and DisplayedProperties properties.
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
- Implements
Properties
| Name | Description |
|---|---|
| Count | |
Methods
| Name | Description |
|---|---|
| Add(ABPersonProperty) | |
| Clear() | |
| Contains(ABPersonProperty) | |
| CopyTo(ABPersonProperty[], Int32) | |
| GetEnumerator() | |
| Remove(ABPersonProperty) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| ICollection<ABPersonProperty>.IsReadOnly | |
| IEnumerable.GetEnumerator() | |