Share via


IDebugProgram3.Attach(IDebugEventCallback2) Method

Definition

public:
 int Attach(Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback);
public int Attach(Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback);
abstract member Attach : Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 -> int
Public Function Attach (pCallback As IDebugEventCallback2) As Integer

Parameters

Returns

Implements

Applies to