The vCardValueCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(String)
Adds a string to the end of the StringCollection.
(Inherited from StringCollection.)
Public methodAdd(StringCollection)
Adds the contents of a StringCollection to the collection.
Public methodAddRange
Copies the elements of a string array to the end of the StringCollection.
(Inherited from StringCollection.)
Public methodClear
Removes all the strings from the StringCollection.
(Inherited from StringCollection.)
Public methodContains
Determines whether the specified string is in the StringCollection.
(Inherited from StringCollection.)
Public methodCopyTo
Copies the entire StringCollection values to a one-dimensional array of strings, starting at the specified index of the target array.
(Inherited from StringCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns a StringEnumerator that iterates through the StringCollection.
(Inherited from StringCollection.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection.
(Inherited from StringCollection.)
Public methodInsert
Inserts a string into the StringCollection at the specified index.
(Inherited from StringCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific string from the StringCollection.
(Inherited from StringCollection.)
Public methodRemoveAt
Removes the string at the specified index of the StringCollection.
(Inherited from StringCollection.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also