UseManagedPresentationElement.CreateBindingElement Method

Definition

Creates a new custom binding element object whose properties are copied from the settings of this configuration element.

protected public:
 override System::ServiceModel::Channels::BindingElement ^ CreateBindingElement();
protected internal override System.ServiceModel.Channels.BindingElement CreateBindingElement ();
override this.CreateBindingElement : unit -> System.ServiceModel.Channels.BindingElement
Protected Friend Overrides Function CreateBindingElement () As BindingElement

Returns

A custom BindingElement object.

Applies to