ICodeNavigate2 接口

定义

显示给定显示对象的事件处理程序代码。 此接口 ICodeNavigate 通过提供附加方法来扩展显示对象的特定事件的代码。

public interface class ICodeNavigate2 : Microsoft::VisualStudio::Shell::Interop::ICodeNavigate
public interface class ICodeNavigate2 : Microsoft::VisualStudio::Shell::Interop::ICodeNavigate
__interface ICodeNavigate2 : Microsoft::VisualStudio::Shell::Interop::ICodeNavigate
[System.Runtime.InteropServices.Guid("2702AD60-3459-11D1-88FD-00A0C9110049")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICodeNavigate2 : Microsoft.VisualStudio.Shell.Interop.ICodeNavigate
[<System.Runtime.InteropServices.Guid("2702AD60-3459-11D1-88FD-00A0C9110049")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICodeNavigate2 = interface
    interface ICodeNavigate
Public Interface ICodeNavigate2
Implements ICodeNavigate
属性
实现

注解

使用 SCodeNavigate (SID_SCodeNavigate) 服务获取接口的实例。

方法

DisplayDefaultEventHandler(String)

显示默认事件处理程序的代码。 从 ICodeNavigate 继承。

DisplayEventHandler(String, String)

显示特定事件处理程序的代码。

适用于