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 Constructor (String^, String^, String^)

 

Initializes a new instance of the Switch class, specifying the display name, description, and default value for the switch.

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

protected:
Switch(
	String^ displayName,
	String^ description,
	String^ defaultSwitchValue
)

Parameters

displayName
Type: System::String^

The name of the switch.

description
Type: System::String^

The description of the switch.

defaultSwitchValue
Type: System::String^

The default value for the switch.

The displayName parameter is used to set the value of the DisplayName property, and the description parameter is use to set the value of the Description property. The defaultSwitchValue parameter is the value for the switch if the Value property is not set by code or by the configuration file attribute. See the Switch(String^, String^) overload for additional information.

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