Switch::Attributes Property
.NET Framework (current version)
Gets the custom switch attributes defined in the application configuration file.
Assembly: System (in System.dll)
Property Value
Type: System.Collections.Specialized::StringDictionary^A StringDictionary containing the case-insensitive custom attributes for the trace switch.
The Attributes property identifies the custom attributes referenced in the application's configuration file. Unreferenced custom attributes are not enumerated. Classes that inherit from the Switch class can add custom attributes by overriding the GetSupportedAttributes method and returning a string array of custom attribute names.
.NET Framework
Available since 2.0
Available since 2.0
Show: