CommonMessagePump.IOleComponent2Private.OnEnterState(UInt32, Int32) Method

Definition

 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

Parameters

uStateID
UInt32
fEnter
Int32

Implements

Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState(System.UInt32,System.Int32)

Applies to