CustomBinding.CreateBindingElements 方法

定义

返回由自定义绑定中的绑定元素构成的泛型集合。

public:
 override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection

返回

BindingElementCollection

一个类型为 ICollection<T>BindingElement 对象,其中包含自定义绑定中的绑定元素。

适用于