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)

Syntax

'Declaration
<GuidAttribute("2702AD60-3459-11D1-88FD-00A0C9110049")> _
<InterfaceTypeAttribute()> _
Public Interface ICodeNavigate2 _
    Inherits ICodeNavigate
'Usage
Dim instance As ICodeNavigate2
[GuidAttribute("2702AD60-3459-11D1-88FD-00A0C9110049")]
[InterfaceTypeAttribute()]
public interface ICodeNavigate2 : ICodeNavigate
[GuidAttribute(L"2702AD60-3459-11D1-88FD-00A0C9110049")]
[InterfaceTypeAttribute()]
public interface class ICodeNavigate2 : ICodeNavigate
public interface ICodeNavigate2 extends ICodeNavigate

Remarks

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

See Also

Reference

ICodeNavigate2 Members

Microsoft.VisualStudio.Shell.Interop Namespace