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

適用対象