PropertyValidationContext 생성자

정의

PropertyValidationContext 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
PropertyValidationContext(Object, DependencyProperty)

PropertyValidationContext 클래스의 새 인스턴스를 초기화합니다.

PropertyValidationContext(Object, PropertyInfo, String)

PropertyValidationContext 클래스의 새 인스턴스를 초기화합니다.

PropertyValidationContext(Object, DependencyProperty)

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)

매개 변수

propertyOwner
Object

속성을 소유하는 개체입니다.

dependencyProperty
DependencyProperty

연결된 DependencyProperty.

예외

propertyOwner 은 null 참조(Visual Basic Nothing)입니다.

적용 대상

PropertyValidationContext(Object, PropertyInfo, String)

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)

매개 변수

propertyOwner
Object

속성을 소유하는 개체입니다.

propertyInfo
PropertyInfo

연결된 DependencyProperty.

propertyName
String

속성의 이름입니다.

예외

propertyName 은 null 참조(Visual Basic Nothing)입니다.

적용 대상