ContactCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of contacts that can be individually accessed by index.
The ContactCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Returns number of items in the collection. | |
IsReadOnly | ||
Item |
Top
Methods
Name | Description | |
---|---|---|
Add | ||
Clear | ||
Contains | ||
CopyTo | ||
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetEnumerator | ||
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
IndexOf | ||
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
Insert | ||
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
Remove | ||
RemoveAt | ||
ToString | (inherited from Object) | |
TryGetContact | Gets the first ocurrence of a contact with the specified Uri. Returns true if the collection contains a contact with the specified Uri. Otherwise, false is returned. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top