Share via


BindingElement 생성자

정의

BindingElement 클래스의 새 인스턴스를 초기화합니다.

오버로드

BindingElement()

BindingElement 클래스의 새 인스턴스를 초기화합니다.

BindingElement(BindingElement)

지정된 바인딩 요소에서 BindingElement 클래스의 새 인스턴스를 초기화합니다.

BindingElement()

Source:
BindingElement.cs
Source:
BindingElement.cs
Source:
BindingElement.cs

BindingElement 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

BindingElement(BindingElement)

Source:
BindingElement.cs
Source:
BindingElement.cs
Source:
BindingElement.cs

지정된 바인딩 요소에서 BindingElement 클래스의 새 인스턴스를 초기화합니다.

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입니다.

적용 대상