Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.