Share via


IVsDebugTargetManager.IsDebugTargetEnabled(String) Method

Definition

Returns a value indicating whether a given debug target is enabled in the Debug Target Manager.

public:
 bool IsDebugTargetEnabled(System::String ^ id);
public bool IsDebugTargetEnabled (string id);
abstract member IsDebugTargetEnabled : string -> bool
Public Function IsDebugTargetEnabled (id As String) As Boolean

Parameters

id
String

Id of the debug target.

Returns

A value indicating whether the debug target is enabled.

Applies to