System.Diagnostics.Switch.Attributes Property

Gets the custom switch attributes defined in the application configuration file.

Syntax

[System.Xml.Serialization.XmlIgnore]
public System.Collections.Specialized.StringDictionary Attributes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Switch.Attributes property identifies the custom attributes referenced in the application's configuration file. Unreferenced custom attributes are not enumerated. Classes that inherit from the System.Diagnostics.Switch class can add custom attributes by overriding the Switch.GetSupportedAttributes method and returning a string array of custom attribute names.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0