Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


Condition Constructors

Definition

Initializes a new instance of the Condition class.

Overloads

Condition()

Initializes a new instance of the Condition class.

Condition(BindingBase, Object)

Initializes a new instance of the Condition class.

Condition(DependencyProperty, Object)

Initializes a new instance of the Condition class with the specified property and value. This constructor performs parameter validation.

Condition(DependencyProperty, Object, String)

Initializes a new instance of the Condition class with the specified property, value, and the name of the source object.

Condition()

Initializes a new instance of the Condition class.

public Condition ();

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

Condition(BindingBase, Object)

Initializes a new instance of the Condition class.

public Condition (System.Windows.Data.BindingBase binding, object conditionValue);

Parameters

binding
BindingBase

The binding that specifies the property of the condition.

conditionValue
Object

The value of the condition.

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

Condition(DependencyProperty, Object)

Initializes a new instance of the Condition class with the specified property and value. This constructor performs parameter validation.

public Condition (System.Windows.DependencyProperty conditionProperty, object conditionValue);

Parameters

conditionProperty
DependencyProperty

The property of the condition.

conditionValue
Object

The value of the condition.

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

Condition(DependencyProperty, Object, String)

Initializes a new instance of the Condition class with the specified property, value, and the name of the source object.

public Condition (System.Windows.DependencyProperty conditionProperty, object conditionValue, string sourceName);

Parameters

conditionProperty
DependencyProperty

The property of the condition.

conditionValue
Object

The value of the condition.

sourceName
String

x:Name of the object with the conditionProperty.

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9