This topic has not yet been rated - Rate this topic

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)

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

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ