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 メソッドは、指定した入力コントロールの検証プロパティを取得するヘルパー関数です。

Note

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

適用対象

こちらもご覧ください