[This is preliminary documentation and is subject to change.]
The OCVCardCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OCVCardCollection | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | add |
Adds a vCard in the collection.
|
![]() | CopyTo |
Copies the collection to an array.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Get an enumerator to enumerate through the collection. This function is not implemented and
any attempt to use it throws an exception.
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Store |
Writes the collection information to a StringWriter.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Number of contacts in the collection.
|
![]() | IsSynchronized |
Gets a value which says whether the access to the object is synchronized (thread-safe).
|
![]() | Item |
Indexer to return the contacts using the index in the collection.
|
![]() | Status |
returns
0 if successful,
-1 the file is not in the vCard
-2 the file is ill-formed
-3 vCard file Version not supported
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the collection.
|