FindAll(E) Method
Collapse the table of content
Expand the table of content

IExtensionCollection(Of T).FindAll(Of E) Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Finds all extension objects in the collection specified by E.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Function FindAll(Of E) As Collection(Of E)

Type Parameters

E

The type of extension object.

Return Value

Type: System.Collections.ObjectModel.Collection(Of E)
A collection of all extension objects in the collection that implements the specified type.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft