Share via


CommonMessagePump.IOleComponent2Private.OnAppActivate(Int32, UInt32) Method

Definition

 virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(int fActive, System::UInt32 dwOtherThreadID) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::OnAppActivate;
 virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(int fActive, unsigned int dwOtherThreadID) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::OnAppActivate;
void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(int fActive, unsigned int dwOtherThreadID);
void IOleComponent2Private.OnAppActivate (int fActive, uint dwOtherThreadID);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate : int * uint32 -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate : int * uint32 -> unit
Sub OnAppActivate (fActive As Integer, dwOtherThreadID As UInteger) Implements IOleComponent2Private.OnAppActivate

Parameters

fActive
Int32
dwOtherThreadID
UInt32

Implements

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

Applies to