Binding.CreateBindingElements 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,创建一个集合,该集合包含属于当前绑定的绑定元素。
public:
abstract System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public abstract System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();
abstract member CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public MustOverride Function CreateBindingElements () As BindingElementCollection
返回
一个类型为 ICollection<T> 的 BindingElement 对象,它以正确的顺序包含当前绑定对象的绑定元素。
注解
这些元素不应引用 Binding 对象所使用的任何内部元素。