Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Switch::GetSupportedAttributes Method ()

 

Gets the custom attributes supported by the switch.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public protected:
virtual array<String^>^ GetSupportedAttributes()

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.

The following code sample shows an override of the GetSupportedAttributes method for a custom switch.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft