AssociatedValidatorProvider.GetTypeDescriptor(Type) 方法
定义
获取指定类型的类型说明符。Gets a type descriptor for the specified type.
protected:
virtual System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ 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
类型。The type.
返回
类型说明符。The type descriptor.