IVsaDTEngine.AttachDebugger-Methode
Dieser Member unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code vorgesehen.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
<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
)
Parameter
- isAttach
Typ: Boolean