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

‘선언
<GuidAttribute("2702AD60-3459-11D1-88FD-00A0C9110049")> _
<InterfaceTypeAttribute()> _
Public Interface ICodeNavigate2 _
    Inherits ICodeNavigate
‘사용 방법
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
[<GuidAttribute("2702AD60-3459-11D1-88FD-00A0C9110049")>]
[<InterfaceTypeAttribute()>]
type ICodeNavigate2 =  
    interface
        interface ICodeNavigate
    end
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