[This is preliminary documentation and is subject to change.]
The ReadOnlyObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ReadOnlyObject | CTor |
Methods
| Name | Description | |
|---|---|---|
| GetAttributes | Returns a collection of custom attributes for this instance of a component. | |
| GetClassName | Returns the class name of this instance of a component. | |
| GetComponentName | Returns the name of this instance of a component. | |
| GetConverter | Returns a type converter for this instance of a component. | |
| GetDefaultEvent | Returns the default event for this instance of a component. | |
| GetDefaultProperty | Returns the default property for this instance of a component. | |
| GetEditor | Returns an editor of the specified type for this instance of a component. | |
| GetEvents()()()() | Returns the events for this instance of a component. | |
| GetEvents(array<Attribute>[]()[][]) | Returns the events for this instance of a component using the specified attribute array as a filter. | |
| GetProperties()()()() | Returns the properties for this instance of a component. | |
| GetProperties(array<Attribute>[]()[][]) | Returns the properties for this instance of a component using the attribute array as a filter. | |
| GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. |
Properties
| Name | Description | |
|---|---|---|
| Object | Gets currently encapsulated object |