Udostępnij za pośrednictwem


BindingElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy BindingElement.

Przeciążenia

BindingElement()

Inicjuje nowe wystąpienie klasy BindingElement.

BindingElement(BindingElement)

Inicjuje BindingElement nowe wystąpienie klasy z określonego elementu powiązania.

BindingElement()

Źródło:
BindingElement.cs
Źródło:
BindingElement.cs
Źródło:
BindingElement.cs

Inicjuje nowe wystąpienie klasy BindingElement.

protected:
 BindingElement();
protected BindingElement ();
Protected Sub New ()

Dotyczy

BindingElement(BindingElement)

Źródło:
BindingElement.cs
Źródło:
BindingElement.cs
Źródło:
BindingElement.cs

Inicjuje BindingElement nowe wystąpienie klasy z określonego elementu powiązania.

protected:
 BindingElement(System::ServiceModel::Channels::BindingElement ^ elementToBeCloned);
protected BindingElement (System.ServiceModel.Channels.BindingElement elementToBeCloned);
new System.ServiceModel.Channels.BindingElement : System.ServiceModel.Channels.BindingElement -> System.ServiceModel.Channels.BindingElement
Protected Sub New (elementToBeCloned As BindingElement)

Parametry

elementToBeCloned
BindingElement

Element BindingElement do sklonowania.

Dotyczy