DependencyProperty.ValidatorType 속성

정의

Type와 관련된 유효성 검사 논리를 구현하는 DependencyProperty을 가져옵니다.

public:
 property Type ^ ValidatorType { Type ^ get(); };
public Type ValidatorType { get; }
member this.ValidatorType : Type
Public ReadOnly Property ValidatorType As Type

속성 값

이 인스턴스와 관련된 유효성 검사 논리를 구현하는 Type입니다.

적용 대상