IMessageFilter 接口

启用处理传入和传出的 COM 消息,当等待从同步响应调用时。 可以使用消息筛选防止等待同步从阻塞其他应用程序。 有关更多信息,请参见 IMessageFilter

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("00000016-0000-0000-C000-000000000046")> _
Public Interface IMessageFilter
[InterfaceTypeAttribute()]
[GuidAttribute("00000016-0000-0000-C000-000000000046")]
public interface IMessageFilter

IMessageFilter 类型公开以下成员。

方法

  名称 说明
公共方法 HandleInComingCall
公共方法 MessagePending
公共方法 RetryRejectedCall

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间