Compartir a través de


IVsaDTEngine.AttachDebugger (Método)

Este miembro es compatible con la infraestructura de .NET Framework y no debe utilizarse directamente desde el código.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub AttachDebugger ( _
    isAttach As Boolean _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void AttachDebugger(
    bool isAttach
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void AttachDebugger(
    bool isAttach
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract AttachDebugger : 
        isAttach:bool -> unit 
function AttachDebugger(
    isAttach : boolean
)

Parámetros

Vea también

Referencia

IVsaDTEngine Interfaz

Microsoft.Vsa (Espacio de nombres)