CommonMessagePump.IOleComponent2Private.OnEnterState(UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)