AssociatedMetadataProvider.GetTypeDescriptor(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

类型。

返回

类型说明符对象。

适用于