AssociatedMetadataProvider.GetTypeDescriptor(Type) Method

Definition

Returns the type descriptor from the specified 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

Parameters

type
Type

The type.

Returns

The type descriptor.

Applies to