CustomAttributeContainer
The CustomAttributeContainer class contains a collection of custom attributes.
Available for .NET only.
Methods
The CustomAttributeContainer class provides the following methods:
| Method | Description |
|---|---|
| ClearCustomAttributes | Clears the custom attributes. |
| ICustomAttributes GetCustomAttributes | Interface to return the custom attributes. |
| SetCustomAttribute | Interface to set the custom attributes for this class. |
| ValidateCustomAttributes | Validates the custom attributes. |