This documentation is archived and is not being maintained.
BindingElementCollection.Find(Of T) Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the first item of a specified type from the collection of binding elements.
Namespace:
System.ServiceModel.Channels
Assembly:
System.ServiceModel (in System.ServiceModel.dll)
'Declaration
Public Function Find(Of T) As T
Type Parameters
- T
The Type of item to find.
Return Value
Type:
TThe item of type Type if found; if not found, 0 if T is a value type and Nothing if T is a reference type.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0