The ICalendarPropertyList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public methodAllOf
Returns an enumerable list of objects that match the specified key.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public methodContains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public methodContainsKey
Returns true if the list contains at least one object with a matching key, false otherwise.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)
Public methodCopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public methodCountOf
Returns the number of objects in the list with a matching key.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)
Public methodGet<(Of <<'(T>)>>)
Public methodGetAll<(Of <<'(T>)>>)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'ICalendarProperty>)>)>.)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodGetList<(Of <<'(U>)>>)
Public methodIndexOf(U)
Returns the index of the first object with the matching key.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)
Public methodIndexOf(T)
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'ICalendarProperty>)>)>.)
Public methodInsert
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'ICalendarProperty>)>)>.)
Public methodRemove(U)
Removes all objects with the matching key.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)
Public methodRemove(T)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'ICalendarProperty>)>)>.)
Public methodSet
Public methodSetList<(Of <<'(U>)>>)
Public methodToArray
Converts the list to an array of the values contained therein.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'ICalendarProperty>)>)>.)
Public propertyItem[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'ICalendarProperty>)>)>.)
Public propertyItem[([( U])])
Gets/sets an object with the matching key to the provided value. When setting the value, if another object with a matching key exists, it will be overwritten. If overwriting is not desired, use the Add() method instead.
(Inherited from IKeyedList<(Of <(<'T, U>)>)>.)

Events

  NameDescription
Public eventItemAdded (Inherited from IKeyedList<(Of <(<'T, U>)>)>.)
Public eventItemRemoved (Inherited from IKeyedList<(Of <(<'T, U>)>)>.)

See Also