IDebugProgram2.Attach(IDebugEventCallback2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- pCallback
- IDebugEventCallback2