Share via


IVsaDTEngine.AttachDebugger メソッド

このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
<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
)

パラメーター

  • isAttach
    型 : Boolean

参照

関連項目

IVsaDTEngine インターフェイス

Microsoft.Vsa 名前空間