Sdílet prostřednictvím


NetTcpBinding.CreateBindingElements Metoda

Definice

Vytvoří kolekci s elementy vazby pro vazbu.

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

Návraty

Typ ICollection<T>BindingElement , který tvoří vazbu.

Příklady

Tento příklad ukazuje, jak použít metodu CreateBindingElements k vytvoření kolekce s elementy vazby pro vazbu.

BindingElementCollection elementCollection =
binding.CreateBindingElements();

Platí pro