次の方法で共有


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 オブジェクト。

適用対象