Metodo IVsaDTEngine.AttachDebugger
Questo membro supporta l'infrastruttura .NET Framework e non è possibile usarlo direttamente dal codice.
Spazio dei nomi: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Sintassi
'Dichiarazione
<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
)
Parametri
- isAttach
Tipo: Boolean