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

Тип.

Возвращаемое значение

Объект дескриптора типа.

Применяется к