[This is preliminary documentation and is subject to change.]

The CustomTypeDescriptorBase<(Of <(<'T>)>)> type exposes the following members.

Constructors

Methods

  NameDescription
Public methodGetAttributes
Returns a collection of custom attributes for the type represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetAttributes()()()().)
Public methodGetClassName
Returns the fully qualified name of the class represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetClassName()()()().)
Public methodGetComponentName
Returns the name of the class represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetComponentName()()()().)
Public methodGetConverter
Returns a type converter for the type represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetConverter()()()().)
Public methodGetDefaultEvent
Returns the event descriptor for the default event of the object represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetDefaultEvent()()()().)
Public methodGetDefaultProperty
Returns the property descriptor for the default property of the object represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetDefaultProperty()()()().)
Public methodGetEditor
Returns an editor of the specified type that is to be associated with the class represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetEditor(Type).)
Public methodGetEvents()()()()
Returns a collection of event descriptors for the object represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetEvents()()()().)
Public methodGetEvents(array<Attribute>[]()[][])
Returns a collection of event descriptors for the object represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetEvents(array<Attribute>[]()[][]).)
Public methodGetProperties()()()()
Returns a collection of property descriptors for the object represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetProperties()()()().)
Public methodGetProperties(array<Attribute>[]()[][])
Returns a collection of property descriptors for the object represented by this type descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetProperties(array<Attribute>[]()[][]).)
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
(Overrides CustomTypeDescriptorAbstractBase..::..GetPropertyOwner(PropertyDescriptor).)

Properties

  NameDescription
Protected propertyInstance
Instance of type T described by this instance of CustomTypeDescriptorBase<(Of <(<'T>)>)>

See Also