PropertyValidationContext Constructores

Definición

Inicializa una nueva instancia de la clase PropertyValidationContext.

Sobrecargas

Nombre Description
PropertyValidationContext(Object, DependencyProperty)

Inicializa una nueva instancia de la clase PropertyValidationContext.

PropertyValidationContext(Object, PropertyInfo, String)

Inicializa una nueva instancia de la clase PropertyValidationContext.

PropertyValidationContext(Object, DependencyProperty)

Inicializa una nueva instancia de la clase 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)

Parámetros

propertyOwner
Object

Objeto que posee la propiedad .

dependencyProperty
DependencyProperty

Asociado DependencyProperty.

Excepciones

propertyOwner es una referencia nula (Visual Basic Nothing).

Se aplica a

PropertyValidationContext(Object, PropertyInfo, String)

Inicializa una nueva instancia de la clase 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)

Parámetros

propertyOwner
Object

Objeto que posee la propiedad .

propertyInfo
PropertyInfo

Asociado DependencyProperty.

propertyName
String

El nombre de la propiedad.

Excepciones

propertyName es una referencia nula (Visual Basic Nothing).

Se aplica a