Sdílet prostřednictvím


BindingElement Konstruktory

Definice

Inicializuje novou instanci BindingElement třídy.

Přetížení

Name Description
BindingElement()

Inicializuje novou instanci BindingElement třídy.

BindingElement(BindingElement)

Inicializuje novou instanci BindingElement třídy ze zadaného elementu vazby.

BindingElement()

Zdroj:
BindingElement.cs
Zdroj:
BindingElement.cs
Zdroj:
BindingElement.cs

Inicializuje novou instanci BindingElement třídy.

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

Platí pro

BindingElement(BindingElement)

Zdroj:
BindingElement.cs
Zdroj:
BindingElement.cs
Zdroj:
BindingElement.cs

Inicializuje novou instanci BindingElement třídy ze zadaného elementu vazby.

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

BindingElement se klonovat.

Platí pro