Aracılığıyla paylaş


Condition Oluşturucular

Tanım

Condition sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Condition()

Condition sınıfının yeni bir örneğini başlatır.

Condition(BindingBase, Object)

Condition sınıfının yeni bir örneğini başlatır.

Condition(DependencyProperty, Object)

Belirtilen özellik ve değerle sınıfının yeni bir örneğini Condition başlatır. Bu oluşturucu parametre doğrulama gerçekleştirir.

Condition(DependencyProperty, Object, String)

Belirtilen özellik, değer ve kaynak nesnenin adıyla sınıfının yeni bir örneğini Condition başlatır.

Condition()

Condition sınıfının yeni bir örneğini başlatır.

public:
 Condition();
public Condition ();
Public Sub New ()

Şunlara uygulanır

Condition(BindingBase, Object)

Condition sınıfının yeni bir örneğini başlatır.

public:
 Condition(System::Windows::Data::BindingBase ^ binding, System::Object ^ conditionValue);
public Condition (System.Windows.Data.BindingBase binding, object conditionValue);
new System.Windows.Condition : System.Windows.Data.BindingBase * obj -> System.Windows.Condition
Public Sub New (binding As BindingBase, conditionValue As Object)

Parametreler

binding
BindingBase

Koşulun özelliğini belirten bağlama.

conditionValue
Object

Koşulun değeri.

Şunlara uygulanır

Condition(DependencyProperty, Object)

Belirtilen özellik ve değerle sınıfının yeni bir örneğini Condition başlatır. Bu oluşturucu parametre doğrulama gerçekleştirir.

public:
 Condition(System::Windows::DependencyProperty ^ conditionProperty, System::Object ^ conditionValue);
public Condition (System.Windows.DependencyProperty conditionProperty, object conditionValue);
new System.Windows.Condition : System.Windows.DependencyProperty * obj -> System.Windows.Condition
Public Sub New (conditionProperty As DependencyProperty, conditionValue As Object)

Parametreler

conditionProperty
DependencyProperty

Koşulun özelliği.

conditionValue
Object

Koşulun değeri.

Şunlara uygulanır

Condition(DependencyProperty, Object, String)

Belirtilen özellik, değer ve kaynak nesnenin adıyla sınıfının yeni bir örneğini Condition başlatır.

public:
 Condition(System::Windows::DependencyProperty ^ conditionProperty, System::Object ^ conditionValue, System::String ^ sourceName);
public Condition (System.Windows.DependencyProperty conditionProperty, object conditionValue, string sourceName);
new System.Windows.Condition : System.Windows.DependencyProperty * obj * string -> System.Windows.Condition
Public Sub New (conditionProperty As DependencyProperty, conditionValue As Object, sourceName As String)

Parametreler

conditionProperty
DependencyProperty

Koşulun özelliği.

conditionValue
Object

Koşulun değeri.

sourceName
String

x: ile conditionPropertynesnenin adı.

Şunlara uygulanır