IOleComponent2Private 接口

仅由 Microsoft 内部使用。

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

语法

声明
<GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponent2Private _
    Inherits IOleComponent
[GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")]
[InterfaceTypeAttribute()]
public interface IOleComponent2Private : IOleComponent

IOleComponent2Private 类型公开以下成员。

方法

  名称 说明
公共方法 FContinueMessageLoop(UInt32, IntPtr, array<MSG[]) 仅由 Microsoft 内部使用。
公共方法 FContinueMessageLoop(UInt32, IntPtr, array<MSG[]) 对消息循环的每次迭代时。 (继承自 IOleComponent。)
公共方法 FDoIdle(UInt32) 仅由 Microsoft 内部使用。
公共方法 FDoIdle(UInt32) 将该元素的机会执行空闲时间任务。 (继承自 IOleComponent。)
公共方法 FPreTranslateMessage(array<MSG[]) 仅由 Microsoft 内部使用。
公共方法 FPreTranslateMessage(array<MSG[]) ,它将转换和调度之前,处理消息。 (继承自 IOleComponent。)
公共方法 FQueryTerminate(Int32) 仅由 Microsoft 内部使用。
公共方法 FQueryTerminate(Int32) 调用,当组件管理器希望知道元素是否在它可以终止状态。 (继承自 IOleComponent。)
公共方法 FReserved1(UInt32, UInt32, IntPtr, IntPtr) 仅由 Microsoft 内部使用。
公共方法 FReserved1(UInt32, UInt32, IntPtr, IntPtr) 保留。 (继承自 IOleComponent。)
公共方法 GetWaitHandlesAndTimeout 仅由 Microsoft 内部使用。
公共方法 HwndGetWindow(UInt32, UInt32) 仅由 Microsoft 内部使用。
公共方法 HwndGetWindow(UInt32, UInt32) 获取窗口与组件关联。 (继承自 IOleComponent。)
公共方法 OnActivationChange(IOleComponent, Int32, array<OLECRINFO[], Int32, array<OLECHOSTINFO[], UInt32) 仅由 Microsoft 内部使用。
公共方法 OnActivationChange(IOleComponent, Int32, array<OLECRINFO[], Int32, array<OLECHOSTINFO[], UInt32) 激活时,时,请注意元素新的对象。 (继承自 IOleComponent。)
公共方法 OnAppActivate(Int32, UInt32) 仅由 Microsoft 内部使用。
公共方法 OnAppActivate(Int32, UInt32) ,在宿主应用程序获取或丢失启动时,请注意元素。 (继承自 IOleComponent。)
公共方法 OnEnterState(UInt32, Int32) 仅由 Microsoft 内部使用。
公共方法 OnEnterState(UInt32, Int32) ,在应用程序进入或退出该指定的状态时,请注意元素。 (继承自 IOleComponent。)
公共方法 OnHandleSignaled 仅由 Microsoft 内部使用。
公共方法 OnLoseActivation() 仅由 Microsoft 内部使用。
公共方法 OnLoseActivation() 通知有效部分它将丢失其活动状态,因为宿主或其他元素变为活动状态。 (继承自 IOleComponent。)
公共方法 OnTimeout 仅由 Microsoft 内部使用。
公共方法 Terminate() 仅由 Microsoft 内部使用。
公共方法 Terminate() 终止消息循环。 (继承自 IOleComponent。)

页首

请参见

参考

Microsoft.Internal.VisualStudio.Shell.Interop 命名空间