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

返品

カスタム バインドのバインド要素を含むICollection<T>型のBindingElement オブジェクト。

適用対象