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

验证提供程序的类型。

返回

指定类型的类型描述符。

适用于