ICodeNavigate2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示给定显示对象的事件处理程序代码。 此接口 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) |
显示特定事件处理程序的代码。 |