The IMimeDataReadOnlyCollection type exposes the following members.

Methods

  NameDescription
Public methodFind
Finds first element that matches specified predicate.
Public methodForEach
Performs specified action on each element of the collection.
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'MimeData>)>)>.)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodToList
Creates a new list that contains all elements from this collection.

Properties

  NameDescription
Public propertyCount
Gets the number of elements stored in the collection.
Public propertyItem[([( Int32])])
Gets or set MimeData object at specified index.
Public propertyItem[([( String])])
Gets or set MimeData object with specified content-id.

See Also