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

‘선언
<GuidAttribute("6D5140C4-7436-11CE-8034-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface ICodeNavigate
‘사용 방법
Dim instance As 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

Remarks

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

See Also

Reference

ICodeNavigate Members

Microsoft.VisualStudio.Shell.Interop Namespace