Binding.CreateBindingElements Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, creates a collection that contains the binding elements that are part of the current binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.ServiceModel.Channels.BindingElementCollectionA ICollection(Of T) object of type BindingElement that contains the binding elements from the current binding object in the correct order.
Show: