Share via


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 物件,其中包含自訂繫結中的繫結項目。

適用於