次の方法で共有


IDebugProgramEx2.Attach(IDebugEventCallback2, UInt32, IDebugSession2) Method

Definition

public:
 int Attach(Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback, System::UInt32 dwReason, Microsoft::VisualStudio::Debugger::Interop::IDebugSession2 ^ pSession);
public int Attach (Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback, uint dwReason, Microsoft.VisualStudio.Debugger.Interop.IDebugSession2 pSession);
abstract member Attach : Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugSession2 -> int
Public Function Attach (pCallback As IDebugEventCallback2, dwReason As UInteger, pSession As IDebugSession2) As Integer

Parameters

dwReason
UInt32
pSession
IDebugSession2

Returns

Applies to