Switch::GetSupportedAttributes Method ()
.NET Framework (current version)
Gets the custom attributes supported by the switch.
Assembly: System (in System.dll)
Return Value
Type: array<System::String^>^A string array that contains the names of the custom attributes supported by the switch, or null if there no custom attributes are supported.
The default implementation for the GetSupportedAttributes method returns null. If a switch is added in a configuration file and custom attributes are specified that are not included in the string array returned by GetSupportedAttributes, a ConfigurationException is thrown when the switch is loaded.
Notes to Inheritors:
When inheriting from the Switch class or a derived class, you can override the GetSupportedAttributes method to provide custom attributes for your class.
.NET Framework
Available since 2.0
Available since 2.0
Show: