[This is preliminary documentation and is subject to change.]
The CustomTypeDescriptorBase<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CustomTypeDescriptorBase<(Of <(<'T>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| GetAttributes | Returns a collection of custom attributes for the type represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetAttributes()()()().) | |
| GetClassName | Returns the fully qualified name of the class represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetClassName()()()().) | |
| GetComponentName | Returns the name of the class represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetComponentName()()()().) | |
| GetConverter | Returns a type converter for the type represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetConverter()()()().) | |
| GetDefaultEvent | Returns the event descriptor for the default event of the object represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetDefaultEvent()()()().) | |
| GetDefaultProperty | Returns the property descriptor for the default property of the object represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetDefaultProperty()()()().) | |
| GetEditor | Returns an editor of the specified type that is to be associated with the class represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetEditor(Type).) | |
| GetEvents()()()() | Returns a collection of event descriptors for the object represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetEvents()()()().) | |
| GetEvents(array<Attribute>[]()[][]) | Returns a collection of event descriptors for the object represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetEvents(array<Attribute>[]()[][]).) | |
| GetProperties()()()() | Returns a collection of property descriptors for the object represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetProperties()()()().) | |
| GetProperties(array<Attribute>[]()[][]) | Returns a collection of property descriptors for the object represented by this type descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetProperties(array<Attribute>[]()[][]).) | |
| GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. (Overrides CustomTypeDescriptorAbstractBase..::..GetPropertyOwner(PropertyDescriptor).) |
Properties
| Name | Description | |
|---|---|---|
| Instance | Instance of type T described by this instance of CustomTypeDescriptorBase<(Of <(<'T>)>)> |