ICodeNavigate2 Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("2702AD60-3459-11D1-88FD-00A0C9110049")]
[InterfaceTypeAttribute(1)]
public interface ICodeNavigate2 : ICodeNavigate

NameDescription
System_CAPS_pubmethodDisplayDefaultEventHandler(String)

Displays the code for the default event handler. Inherited from ICodeNavigate.

System_CAPS_pubmethodDisplayEventHandler(String, String)

Displays the code for a specific event handler.

Use the SCodeNavigate (SID_SCodeNavigate) service to get an instance of the interface.

Return to top
Show: