CommonMessagePump.IOleComponent2Private.OnEnterState(UInt32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState(System::UInt32 uStateID, int fEnter) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::OnEnterState;
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState(unsigned int uStateID, int fEnter) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::OnEnterState;
void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState(unsigned int uStateID, int fEnter);
void IOleComponent2Private.OnEnterState (uint uStateID, int fEnter);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState : uint32 * int -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState : uint32 * int -> unit
Sub OnEnterState (uStateID As UInteger, fEnter As Integer) Implements IOleComponent2Private.OnEnterState
参数
- uStateID
- UInt32
- fEnter
- Int32
实现
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState(System.UInt32,System.Int32)