IOleComponent.OnAppActivate 方法

,在宿主应用程序获取或丢失启动时,请注意元素。

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

语法

声明
Sub OnAppActivate ( _
    fActive As Integer, _
    dwOtherThreadID As UInteger _
)
void OnAppActivate(
    int fActive,
    uint dwOtherThreadID
)

参数

  • fActive
    类型:System.Int32
    则为 true,如果应用程序激活,错误,如果它是丢失的激活。
  • dwOtherThreadID
    类型:System.UInt32
    拥有窗口的线程的 ID。

备注

如果 fActive 是 true,激活宿主应用程序,并 dwOtherThreadID 是拥有窗口的线程的 ID 停用。如果 fActive 是 false,停用宿主应用程序,并 dwOtherThreadID 是拥有窗口的线程的 ID 激活。

,在窗口中的激活和停用的一个属于宿主应用程序时,不会调用此方法。

.NET Framework 安全性

请参见

参考

IOleComponent 接口

Microsoft.VisualStudio.OLE.Interop 命名空间