Click or drag to resize

IMimeDataReadOnlyCollection Methods

The IMimeDataReadOnlyCollection type exposes the following members.

Methods
 NameDescription
Public methodContains Determines whether element is in this collection.
Public methodFind Finds first element that matches specified predicate.
Public methodFindAll Finds all elements that matches specified predicate.
Public methodForEach Performs specified action on each element of the collection.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableMimeData)
Public methodToList Creates a new list that contains all elements from this collection.
Top
See Also