CustomBindingElement Constructors

Definition

Initializes a new instance of the CustomBindingElement class.

Overloads

CustomBindingElement()

Initializes a new instance of the CustomBindingElement class.

CustomBindingElement(String)

Initializes a new instance of the CustomBindingElement class with the specified name.

CustomBindingElement()

Initializes a new instance of the CustomBindingElement class.

C#
public CustomBindingElement();

Applies to

.NET Framework 4.8.1 och andra versioner
Produkt Versioner
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CustomBindingElement(String)

Initializes a new instance of the CustomBindingElement class with the specified name.

C#
public CustomBindingElement(string name);

Parameters

name
String

A unique name for the binding element.

Applies to

.NET Framework 4.8.1 och andra versioner
Produkt Versioner
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1