IVsCodeWindowEvents2 接口

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.12.0(在 Microsoft.VisualStudio.TextManager.Interop.12.0.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6703F718-2939-40C2-8F8F-AB393378AEC8")> _
Public Interface IVsCodeWindowEvents2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6703F718-2939-40C2-8F8F-AB393378AEC8")]
public interface IVsCodeWindowEvents2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6703F718-2939-40C2-8F8F-AB393378AEC8")]
public interface class IVsCodeWindowEvents2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6703F718-2939-40C2-8F8F-AB393378AEC8")>]
type IVsCodeWindowEvents2 =  interface end
public interface IVsCodeWindowEvents2

IVsCodeWindowEvents2 类型公开以下成员。

方法

  名称 说明
公共方法 OnCloseEmbeddedCodeWindow
公共方法 OnNewEmbeddedCodeWindow

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间