IVsCodeWindowEvents2 Interface
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.0 (in Microsoft.VisualStudio.TextManager.Interop.12.0.dll)
Syntax
'Declaration
<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
The IVsCodeWindowEvents2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnCloseEmbeddedCodeWindow | ||
OnNewEmbeddedCodeWindow |
Top