The CameraInfoCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a CameraInfo object to the end of the list.
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodContains
Determines whether a CameraInfo object is in the list.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet(Int32)
Get a CameraInfo from the collection
Public methodGet(String)
Get a CameraInfo from the collection
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
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(String)
Returns the index of an object
Public methodIndexOf(CameraInfo)
Searches for the specified CameraInfo object and returns the zero-based index of the first occurrence within the entire list.
Public methodInsert
Inserts a CameraInfo object into the list at the specified index.
Public methodRemove
Removes the first occurrence of a specific CameraInfo object from the list.
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodSwap
Swap the position of two objects in the list
Public methodToArray
Copies the elements of the list to a new array of CameraInfo objects.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public propertyItem
Gets or sets the CameraInfo object at the specified index.

Events

  NameDescription
Public eventChanged
General change event in the collection of camera views.

See Also