Condividi tramite


VsaDTEngineClass.AttachDebugger(Boolean) Metodo

Definizione

Associa il debugger.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

isAttach
Boolean

true per indicare che il debugger è associabile. In caso contrario, false.

Implementazioni

Si applica a