Udostępnij za pośrednictwem


PropertyValidationContext Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PropertyValidationContext.

Przeciążenia

PropertyValidationContext(Object, DependencyProperty)

Inicjuje nowe wystąpienie klasy PropertyValidationContext.

PropertyValidationContext(Object, PropertyInfo, String)

Inicjuje nowe wystąpienie klasy PropertyValidationContext.

PropertyValidationContext(Object, DependencyProperty)

Inicjuje nowe wystąpienie klasy PropertyValidationContext.

public:
 PropertyValidationContext(System::Object ^ propertyOwner, System::Workflow::ComponentModel::DependencyProperty ^ dependencyProperty);
public PropertyValidationContext (object propertyOwner, System.Workflow.ComponentModel.DependencyProperty dependencyProperty);
new System.Workflow.ComponentModel.Compiler.PropertyValidationContext : obj * System.Workflow.ComponentModel.DependencyProperty -> System.Workflow.ComponentModel.Compiler.PropertyValidationContext
Public Sub New (propertyOwner As Object, dependencyProperty As DependencyProperty)

Parametry

propertyOwner
Object

Obiekt, który jest właścicielem właściwości.

dependencyProperty
DependencyProperty

Skojarzony element DependencyProperty.

Wyjątki

propertyOwner to odwołanie o wartości null (Visual Basic Nothing).

Dotyczy

PropertyValidationContext(Object, PropertyInfo, String)

Inicjuje nowe wystąpienie klasy PropertyValidationContext.

public:
 PropertyValidationContext(System::Object ^ propertyOwner, System::Reflection::PropertyInfo ^ propertyInfo, System::String ^ propertyName);
public PropertyValidationContext (object propertyOwner, System.Reflection.PropertyInfo propertyInfo, string propertyName);
new System.Workflow.ComponentModel.Compiler.PropertyValidationContext : obj * System.Reflection.PropertyInfo * string -> System.Workflow.ComponentModel.Compiler.PropertyValidationContext
Public Sub New (propertyOwner As Object, propertyInfo As PropertyInfo, propertyName As String)

Parametry

propertyOwner
Object

Obiekt, który jest właścicielem właściwości.

propertyInfo
PropertyInfo

Skojarzony element DependencyProperty.

propertyName
String

Nazwa właściwości.

Wyjątki

propertyName to odwołanie o wartości null (Visual Basic Nothing).

Dotyczy