CustomBinding.CreateBindingElements Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a generic collection of the binding elements from the custom binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.ServiceModel.Channels.BindingElementCollectionAn ICollection(Of T) object of type BindingElement that contains the binding elements from the custom binding.
Show: