_dispWindowEvents_Event 接口

定义

仅限 Microsoft 内部使用。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class _dispWindowEvents_Event
public interface class _dispWindowEvents_Event
__interface _dispWindowEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(EnvDTE._dispWindowEvents), typeof(EnvDTE._dispWindowEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public interface _dispWindowEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(EnvDTE._dispWindowEvents), typeof(EnvDTE._dispWindowEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispWindowEvents_Event = interface
Public Interface _dispWindowEvents_Event
派生
属性

方法

add_WindowActivated(_dispWindowEvents_WindowActivatedEventHandler)
add_WindowClosing(_dispWindowEvents_WindowClosingEventHandler)
add_WindowCreated(_dispWindowEvents_WindowCreatedEventHandler)
add_WindowMoved(_dispWindowEvents_WindowMovedEventHandler)
remove_WindowActivated(_dispWindowEvents_WindowActivatedEventHandler)
remove_WindowClosing(_dispWindowEvents_WindowClosingEventHandler)
remove_WindowCreated(_dispWindowEvents_WindowCreatedEventHandler)
remove_WindowMoved(_dispWindowEvents_WindowMovedEventHandler)

事件

WindowActivated

此 API 支持产品基础结构,不能在代码中直接使用。

仅限 Microsoft 内部使用。

WindowClosing

此 API 支持产品基础结构,不能在代码中直接使用。

仅限 Microsoft 内部使用。

WindowCreated

此 API 支持产品基础结构,不能在代码中直接使用。

仅限 Microsoft 内部使用。

WindowMoved

此 API 支持产品基础结构,不能在代码中直接使用。

仅限 Microsoft 内部使用。

适用于