The IMimeDataReadOnlyCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Find |
Finds first element that matches specified predicate.
| |
| ForEach |
Performs specified action on each element of the collection.
| |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'MimeData>)>)>.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
| ToList |
Creates a new list that contains all elements from this collection.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements stored in the collection.
| |
| Item[([( Int32])]) |
Gets or set MimeData object at specified index.
| |
| Item[([( String])]) |
Gets or set MimeData object with specified content-id.
|