次の方法で共有


AssociatedValidatorProvider.GetTypeDescriptor(Type) メソッド

定義

指定した型の型記述子を取得します。

protected virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type type);
abstract member GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
override this.GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
Protected Overridable Function GetTypeDescriptor (type As Type) As ICustomTypeDescriptor

パラメーター

type
Type

検証プロバイダーの種類。

戻り値

指定した型の型記述子。

適用対象