CommonMessagePump.IOleComponent2Private.OnEnterState(UInt32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- uStateID
- UInt32
- fEnter
- Int32
Implementações
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnEnterState(System.UInt32,System.Int32)