BindingElement 构造函数
定义
初始化 BindingElement 类的新实例。Initializes a new instance of the BindingElement class.
重载
| BindingElement() |
初始化 BindingElement 类的新实例。Initializes a new instance of the BindingElement class. |
| BindingElement(BindingElement) |
从指定的绑定元素初始化 BindingElement 类的新实例。Initializes a new instance of the BindingElement class from a specified binding element. |
BindingElement()
初始化 BindingElement 类的新实例。Initializes a new instance of the BindingElement class.
protected:
BindingElement();
protected BindingElement ();
Protected Sub New ()
适用于
BindingElement(BindingElement)
从指定的绑定元素初始化 BindingElement 类的新实例。Initializes a new instance of the BindingElement class from a specified binding element.
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)
参数
- elementToBeCloned
- BindingElement
要克隆的 BindingElement。The BindingElement to be cloned.