ICodeNavigate2 Interface
Visual Studio 2015
Displays the event handler code of a given displayed object. This interface extends ICodeNavigate by providing an additional method to display code for specific events of a displayed object.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayDefaultEventHandler(String) | Displays the code for the default event handler. Inherited from ICodeNavigate. |
![]() | DisplayEventHandler(String, String) | Displays the code for a specific event handler. |
Use the SCodeNavigate (SID_SCodeNavigate) service to get an instance of the interface.
Show:
