BaseValidator.GetValidationProperty(Object) メソッド

定義

コントロールの検証プロパティが存在する場合に、そのプロパティを判断します。

public:
 static System::ComponentModel::PropertyDescriptor ^ GetValidationProperty(System::Object ^ component);
public static System.ComponentModel.PropertyDescriptor GetValidationProperty (object component);
static member GetValidationProperty : obj -> System.ComponentModel.PropertyDescriptor
Public Shared Function GetValidationProperty (component As Object) As PropertyDescriptor

パラメーター

component
Object

取得対象となる検証プロパティのコントロールを表す Object

戻り値

コントロールの検証プロパティを格納する PropertyDescriptor

注釈

メソッドは GetValidationProperty 、指定された入力コントロールの検証プロパティを取得するヘルパー関数です。

注意

このメソッドは、主にコントロールの開発者によって使用されます。

適用対象

こちらもご覧ください