VsaDTEngineClass.AttachDebugger(Boolean) 方法
定义
附加调试器。Attaches the debugger.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual void AttachDebugger(bool isAttach) = Microsoft::Vsa::IVsaDTEngine::AttachDebugger;
public virtual void AttachDebugger (bool isAttach);
abstract member AttachDebugger : bool -> unit
override this.AttachDebugger : bool -> unit
Public Overridable Sub AttachDebugger (isAttach As Boolean)
参数
- isAttach
- Boolean
若要指示调试器是可附加的,则为 true;否则为 false。true to indicate the debugger is attachable; otherwise, false.