Share via


IVsaDTEngine.AttachDebugger, méthode

Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • isAttach
    Type : Boolean

Voir aussi

Référence

IVsaDTEngine Interface

Microsoft.Vsa, espace de noms