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.

SwitchLevelAttribute Constructor (Type^)

 

Initializes a new instance of the SwitchLevelAttribute class, specifying the type that determines whether a trace should be written.

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

public:
SwitchLevelAttribute(
	Type^ switchLevelType
)

Parameters

switchLevelType
Type: System::Type^

The Type that determines whether a trace should be written.

The switchLevelType parameter identifies the type that is used by the switch to determine if a trace should be written; for example, the type of the Level property of the TraceSwitch class is TraceLevel.

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