PropertyValidationContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
PropertyValidationContext 클래스의 새 인스턴스를 초기화합니다.
오버로드
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
)인 경우