When overridden in a derived class, sets a switch to the level specified in value.
[Visual Basic] Overloads MustOverride Protected Sub SetSwitchSetting( _ ByVal value As Integer _ ) [C#] protected abstract void SetSwitchSetting( int value ); [C++] protected: virtual void SetSwitchSetting( int value ) = 0; [JScript] protected abstract function SetSwitchSetting( value : int );
Typically, this method is called during initialization.
Switch Class | Switch Members | System.Diagnostics Namespace | Switch.SetSwitchSetting Overload List | Switch | BooleanSwitch | TraceSwitch | Debug | Trace