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::Attributes Property

 

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

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

public:
property StringDictionary^ Attributes {
	StringDictionary^ get();
}

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.

The following code sample shows how to display the unrecognized attributes 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