Läs på engelska Redigera

Dela via


Switch.Attributes Property

Definition

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

C#
public System.Collections.Specialized.StringDictionary Attributes { get; }

Property Value

A StringDictionary containing the case-insensitive custom attributes for the trace switch.

Examples

The following code sample shows how to display the unrecognized attributes for a custom switch.

C#
// Get the custom attributes for the trace source switch.
foreach (DictionaryEntry de in ts.Switch.Attributes)
    Console.WriteLine(de.Key + "  " + de.Value);

Remarks

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.

Applies to

Produkt Versioner
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1