CommonMessagePump.IOleComponent.OnEnterState 方法

,在应用程序进入或退出该指定的状态时,请注意元素。

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

语法

声明
Private Sub OnEnterState ( _
    uStateID As UInteger, _
    fEnter As Integer _
) Implements IOleComponent.OnEnterState
void IOleComponent.OnEnterState(
    uint uStateID,
    int fEnter
)

参数

  • fEnter
    类型:System.Int32
    true ,如果应用程序进入状态, false ,则退出该状态。

实现

IOleComponent.OnEnterState(UInt32, Int32)

备注

有关更多信息,请参见OnEnterState

.NET Framework 安全性

请参见

参考

CommonMessagePump 类

Microsoft.VisualStudio.Shell 命名空间