IVsDebugTargetManager.SetDebugTargetState(String, Boolean) Method

Definition

Sets the state of the debug target in the Debug Target Manager.

public:
 void SetDebugTargetState(System::String ^ id, bool isEnabled);
public void SetDebugTargetState (string id, bool isEnabled);
abstract member SetDebugTargetState : string * bool -> unit
Public Sub SetDebugTargetState (id As String, isEnabled As Boolean)

Parameters

id
String

Id of the debug target.

isEnabled
Boolean

'True' enables the debug target, 'false' disables it.

Applies to