ICodeNavigate Interface

Provides a method to display the default event handler code for a given displayed object.

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

Syntax

'Declaration
<GuidAttribute("6D5140C4-7436-11CE-8034-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface ICodeNavigate
[GuidAttribute("6D5140C4-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface ICodeNavigate
[GuidAttribute(L"6D5140C4-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface class ICodeNavigate
[<GuidAttribute("6D5140C4-7436-11CE-8034-00AA006009FA")>]
[<InterfaceTypeAttribute()>]
type ICodeNavigate =  interface end
public interface ICodeNavigate

The ICodeNavigate type exposes the following members.

Methods

  Name Description
Public method DisplayDefaultEventHandler Displays the default event handler.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace