FindAll Method
Collapse the table of content
Expand the table of content

OperationDescriptionCollection.FindAll Method

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

Returns a collection of all the operation descriptions from the collection that have the specified name.

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

'Declaration
Public Function FindAll ( _
	name As String _
) As Collection(Of OperationDescription)

Parameters

name
Type: System.String
The name of the operation.

Return Value

Type: System.Collections.ObjectModel.Collection(Of OperationDescription)
The System.Collections.ObjectModel.Collection(Of T) of type OperationDescription that contains all of the operation descriptions with the specified name.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft