Gets the custom attributes supported by the switch.
- Returns
- A string array that contains the names of the custom attributes supported by the switch, or null if there no custom attributes are supported.
- Notes to Inheritors
- When inheriting from the switch_base class or a derived class, you can override the get_supported_attributes() method to provide custom attributes for your class.