IDebugApplicationNodeEvents.OnAttach(IDebugApplicationNode) 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 OnAttach(Microsoft::VisualStudio::Debugger::Interop::IDebugApplicationNode ^ prddpParent);
public int OnAttach(Microsoft.VisualStudio.Debugger.Interop.IDebugApplicationNode prddpParent);
abstract member OnAttach : Microsoft.VisualStudio.Debugger.Interop.IDebugApplicationNode -> int
Public Function OnAttach (prddpParent As IDebugApplicationNode) As Integer
Parameters
- prddpParent
- IDebugApplicationNode