BindingElementCollection.RemoveAll<T> Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes all of the binding elements of a specified type from the collection of binding elements.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- T
The Type of item to find.
Return Value
Type: System.Collections.ObjectModel.Collection<T>A Collection<T> of all of the items of type Type found.
Show: