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

類型。

傳回

型別描述元。

適用於