共用方式為


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

類型。

傳回

型別描述元物件。

適用於